From f3385dafa24e1cee6ddcd06e92cf0ec90c0ab508 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Wed, 2 Oct 2024 12:00:12 +0100 Subject: [PATCH] :wrench: update issue links to point to discord & main actual repo (#471) --- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 11 ----------- upcoming-release-notes/471.md | 6 ++++++ 3 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 upcoming-release-notes/471.md 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.