Skip to content

Commit

Permalink
add new labels for these
Browse files Browse the repository at this point in the history
trying to make everything nice and organized
  • Loading branch information
moxie-coder committed Jan 1, 2025
1 parent c690435 commit a8ab974
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report bugs with the engine here
labels: [bug]
labels: [bug, status: pending triage]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: No, i won't add 6K/etc to the engine, stop asking for it. I won't add a Stage Editor neither since you guys already did it using LUA
labels: [enhancement]
labels: [enhancement, status: pending triage]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Help me!
description: If you need help using the engine.
labels: [help wanted]
labels: [help wanted, status: pending triage]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/missing-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Missing Documentation
description: Ask for documentation if something is missing.
labels: [documentation]
labels: [documentation, status: pending triage]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Question
description: Ask about something here.
labels: [question]
labels: [question, status: pending triage]
body:
- type: textarea
attributes:
Expand Down

0 comments on commit a8ab974

Please sign in to comment.