Skip to content

Commit 3c28fc5

Browse files
authored
Merge pull request #259 from devilbox/issue-templates
Adjust issue templates
2 parents f333e37 + f2416e3 commit 3c28fc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "✨ Feature request"
33
description: Suggest an idea or feature for this project
44
title: "[Feature]: "
5-
labels: ["feature", "issue:triage"]
5+
labels: ["feature", "status:triage"]
66
assignees: []
77

88
body:

.github/ISSUE_TEMPLATE/howto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "❔ Question"
33
description: How do I do X or Y?
44
title: "[Question]: "
5-
labels: ["question", "issue:triage"]
5+
labels: ["question", "status:triage"]
66
assignees: [cytopia]
77

88
body:

.github/ISSUE_TEMPLATE/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
value: |
1414
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!
1515
16-
- type: input
16+
- type: textarea
1717
attributes:
1818
label: Report
1919
description: What do you want to report?

0 commit comments

Comments
 (0)