Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: 🐛 Bug report
labels: ":bug: Bug"
about: Create a report to help us improve
---

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: 🚀 Feature Proposal
labels: ":rocket: Feature Request"
about: Submit a proposal for a new feature
---

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: 💬 Questions / Help
label: ":speech_balloon: Question"
about: If you have questions, please check our Discord or StackOverflow
---

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: 💥 Regression Report
labels: ":boom: Regression"
about: Report unexpected behavior that worked in previous versions
---

Expand Down