replace feature requests with feature proposals + prep changelog for v0.10.2

This commit is contained in:
dragonwocky 2020-12-05 12:37:02 +11:00
parent 406e6fa5d9
commit caa2360a3d

View File

@ -185,10 +185,10 @@ module.exports = (store, __exports) => {
},
{
type: 'normal',
label: 'Feature Request',
label: 'Feature Proposal',
click: () => {
electron.shell.openExternal(
'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md'
'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-proposal.md'
);
},
},