diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..428a051c5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,11 @@ blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://github.com/actualbudget/actual/issues/new/choose + about: Please use the main Actual repository to make feature requests. + - name: Bank-sync issues + url: https://discord.gg/pRYNYr4W5A + about: Is bank-sync not working? Returning too much or too little information? Reach out to the community on Discord. + - name: Support + url: https://discord.gg/pRYNYr4W5A + about: Need help with something? Having troubles setting up? Or perhaps issues using the API? Reach out to the community on Discord. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index bb918b9ab..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Feature request -description: Request a missing feature -title: '[Feature] ' -labels: ['feature'] -body: - - type: markdown - id: intro-md - attributes: - value: | - Please use the main Actual repository to make feature requests. This can be done here: - https://github.com/actualbudget/actual/issues/new/choose diff --git a/upcoming-release-notes/471.md b/upcoming-release-notes/471.md new file mode 100644 index 000000000..a651c2b3e --- /dev/null +++ b/upcoming-release-notes/471.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Update feature request link in github issues.