Skip to content

Commit

Permalink
chore: update issue templates (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 1, 2025
1 parent 1b54049 commit 5d6ad1b
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/1-documentation_change.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 📖 Report Docs Issue
description: Suggest an addition or modification to the documentation
labels: ["type: documentation"]
labels: [triage]
body:
- type: dropdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: 🛠️ Request New Feature
description: Let us know what you would like to see added.
labels: ["type: feature"]
labels: [triage]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug report
description: Report an issue with bits-ui
labels: ["type: bug"]
labels: [triage]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 5d6ad1b

Please sign in to comment.