From a14be108736133535e2828b6bbdc8d0a69accd63 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 16 Feb 2025 21:05:45 +0000 Subject: chore: Add question issue template and update other ones --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7b19ef6b..1be428a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Create a report to help us fix bugs & issues in existing supported functionality -labels: [":bug: Bug"] +labels: ["bug", "status/untriaged"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2ba3b86e..508245c8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Request a new feature or idea to be added to Hoarder -labels: [":hammer: Feature Request"] +labels: ["feature request", "status/untriaged"] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..3601743c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,8 @@ +name: Question / Support Request +description: Get help with anything related to Hoarder +labels: ["question"] +body: + - type: markdown + attributes: + value: | + We use Github discussions for anything that's not a bug report or a feature request. Please ask your question in the [Q&A section](https://github.com/hoarder-app/hoarder/discussions/categories/q-a) and someone will answer it soon! -- cgit v1.2.3-70-g09d2