diff --git a/README.md b/README.md index 2e72c7a5..0283d54b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ #### Links * [Wiki](https://github.com/ciderapp/Cider/wiki) -* [Request Feature](https://github.com/ciderapp/Cider/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BEnhancement%5D) +* [Request Feature](https://github.com/ciderapp/Cider/discussions/new?category=feature-request) * [Report Bug](https://github.com/ciderapp/Cider/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D+) * [**View The Releases**](https://github.com/ciderapp/Cider/releases/latest) diff --git a/src/main/plugins/menubar.ts b/src/main/plugins/menubar.ts index 857d9461..e8b5f185 100644 --- a/src/main/plugins/menubar.ts +++ b/src/main/plugins/menubar.ts @@ -193,7 +193,7 @@ export default class Thumbar { }, { label: 'Feature Request', - click: () => shell.openExternal("https://github.com/ciderapp/Cider/issues/new?assignees=&labels=enhancement%2Ctriage&template=feature_request.yaml&title=%5BEnhancement%5D%3A+").catch(console.error) + click: () => shell.openExternal("https://github.com/ciderapp/Cider/discussions/new?category=feature-request").catch(console.error) }, { label: 'Translation Report/Request',