From 3d5136f891a58ef684e5f9c964649b5881281b0c Mon Sep 17 00:00:00 2001 From: Helium314 Date: Mon, 11 Sep 2023 12:40:59 +0200 Subject: [PATCH] adjust issue templates --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/ISSUE_TEMPLATE/other.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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. ---