diff --git a/.github/ISSUE_TEMPLATE/---feature-requests-and-support.md b/.github/ISSUE_TEMPLATE/---feature-requests-and-support.md new file mode 100644 index 000000000..25123f7b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature-requests-and-support.md @@ -0,0 +1,15 @@ +--- +name: "\U0001F914 Feature requests and support" +about: 'For non-bug issues we recommend using the forum, where you''ll be more likely + to get an answer: https://discourse.joplinapp.org/' +title: '' +labels: '' +assignees: '' + +--- + +If this is a feature request or a support query, please note that you'll not get an answer here. + +Instead we recommend using the forum where you'll are a lot more likely to get an answer: https://discourse.joplinapp.org/ + +The forum is also the right place to submit a feature request so that it can be discussed by other users. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 12bf73e2b..5a8b92baf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,9 @@ --- -name: "🐛 Bug Report" +name: "\U0001F41B Bug Report" about: Report a reproducible bug or regression in Joplin. title: '' -labels: 'bug' +labels: bug +assignees: '' ---