From dd254c6c235dea7c5fdbff977119d9b9aa90fe08 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Sat, 20 Jan 2024 10:40:52 +0000 Subject: [PATCH] :wrench: add link to community discord for support (#2250) --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 ++++ upcoming-release-notes/2250.md | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 upcoming-release-notes/2250.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 254c18462b..85235450eb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,6 +18,18 @@ body: required: true validations: required: true + - type: checkboxes + id: bank-sync-issue + attributes: + label: 'Is this related to GoCardless, Simplefin or another bank-sync provider?' + description: 'Most issues with bank-sync providers are due to a lack of a custom bank-mapper (i.e. payee or other fields not coming through). In such cases you can create a custom bank mapper in [actual-server](https://github.com/actualbudget/actual-server/blob/master/src/app-gocardless/README.md) repository. Other likely issue is misconfigured server - in which case please reach out via the [community Discord](https://discord.gg/pRYNYr4W5A) to get support.' + options: + - label: 'I have checked my server logs and could not see any errors there' + - label: 'I will be attaching my server logs to this issue' + - label: 'I will be attaching my client-side (browser) logs to this issue' + - label: 'I understand that this issue will be automatically closed if insufficient information is provided' + validations: + required: false - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0cec..150ae8082b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ blank_issues_enabled: false +contact_links: + - name: Support + url: https://discord.gg/pRYNYr4W5A + about: Need help with something? Perhaps having issues setting up bank-sync with GoCardless or SimpleFin? Reach out to the community on Discord. diff --git a/upcoming-release-notes/2250.md b/upcoming-release-notes/2250.md new file mode 100644 index 0000000000..fd7227e5c0 --- /dev/null +++ b/upcoming-release-notes/2250.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Updated Github issues template to direct bug reports to the support channel (Discord)