Skip to content

Commit

Permalink
Merge pull request #259 from devilbox/issue-templates
Browse files Browse the repository at this point in the history
Adjust issue templates
  • Loading branch information
dvlbot authored Dec 14, 2022
2 parents f333e37 + f2416e3 commit 3c28fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/howto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 3c28fc5

Please sign in to comment.