Skip to content

Commit

Permalink
feat(repo): update template for github issues (#13652)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Apr 26, 2023
1 parent 2986f10 commit 23b6cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug report 🐛
description: Report a bug
title: "fix: <insert descriptive title here>"
labels: ["bug", "triage"]
labels: ["category.bug", "status.needs-triage"]
body:
- type: markdown
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Feature request 💡
description: Request a feature
title: "feat: <insert descriptive title here>"
labels: ["feat", "triage"]
labels: ["category.enhancement", "status.needs-triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 23b6cb7

Please sign in to comment.