diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c59c38449..2fd55bf2c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Discussions + - name: Discussion url: https://github.com/Helium314/OpenBoard/discussions about: For discussions and feedback about this version of OpenBoard, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue). + - name: Question + url: https://github.com/Helium314/openboard/discussions/new?category=q-a + about: For questions please use the discussions section. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index f8aa59de5..53c50ee96 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,6 +1,6 @@ --- name: Other -about: Anything that does not fit into the other categories +about: Anything that does not fit into the other categories. Please don't use this for questions or discussions. ---