diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6bc8c56d..b992854d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: I am absolutely certain I found a bug -description: Most reported issues turn out to be configuration problems rather than actual bugs. If you are not 100% certain this is a bug, please start a new discussion the instead. +description: Most reported issues turn out to be configuration problems rather than actual bugs. If you are not 100% certain this is a bug, please start a new discussion instead. title: "🐛: " labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd37d12e..70b3a93e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: false contact_links: - name: I have a question or problem - url: https://stalw.art/docs/ - about: Read the documentation, use the search bar to find answers to your questions. - - name: I have a question or problem not covered in the documentation url: https://github.com/stalwartlabs/stalwart/discussions/new?category=q-a - about: Open a Q&A discussion + about: Before opening a discussion, please read the documentation at stalw.art/docs, use the search bar to check if your question has already been answered, and review your logs (using `trace` level) carefully as the solution might already be there. If you still need help after these steps, feel free to start a new discussion. - name: Join Stalwart's Reddit url: https://www.reddit.com/r/stalwartlabs about: Join our subreddit for help, discussions and release announcements.