Skip to content

Commit

Permalink
chore: add label and title to issue templates (#15595)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Mar 29, 2023
1 parent cb30586 commit 4e337c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Bug Report
about: Create a report to help us squash bugs!

title: "[Bug]: "
labels: "T:Bug"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/epics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Epic
about: Create an epic/user

title: "[Epic]: "
labels: T:Epic
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Feature Request
about: Create a proposal to request a feature

title: "[Feature]: "
labels: T:feature-request
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down

0 comments on commit 4e337c3

Please sign in to comment.