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?