From caa2360a3dcb32844d67e4daa0512ae5b26a1dc0 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 5 Dec 2020 12:37:02 +1100 Subject: [PATCH] replace feature requests with feature proposals + prep changelog for v0.10.2 --- repo/core/tray.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/core/tray.js b/repo/core/tray.js index 461f60c..53464a8 100644 --- a/repo/core/tray.js +++ b/repo/core/tray.js @@ -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' ); }, },