From f2416e3801998e592ad774d4b5d48722a8f44558 Mon Sep 17 00:00:00 2001 From: dvlbot Date: Wed, 14 Dec 2022 11:07:01 +0100 Subject: [PATCH] Adjust issue templates --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/howto.yml | 2 +- .github/ISSUE_TEMPLATE/report.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 20348ada..c0081061 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: "✨ Feature request" description: Suggest an idea or feature for this project title: "[Feature]: " -labels: ["feature", "issue:triage"] +labels: ["feature", "status:triage"] assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/howto.yml b/.github/ISSUE_TEMPLATE/howto.yml index bc205997..823af052 100644 --- a/.github/ISSUE_TEMPLATE/howto.yml +++ b/.github/ISSUE_TEMPLATE/howto.yml @@ -2,7 +2,7 @@ name: "❔ Question" description: How do I do X or Y? title: "[Question]: " -labels: ["question", "issue:triage"] +labels: ["question", "status:triage"] assignees: [cytopia] body: diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml index 2c96a11c..36381de5 100644 --- a/.github/ISSUE_TEMPLATE/report.yml +++ b/.github/ISSUE_TEMPLATE/report.yml @@ -13,7 +13,7 @@ body: value: | Report something to the maintainer such as versions are outdated or pipelines are not running, etc. For anything else please use other issue types. Thanks for taking the time! - - type: input + - type: textarea attributes: label: Report description: What do you want to report?