Skip to content

Commit

Permalink
📝 Auto-add labels in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Jul 20, 2023
1 parent 8a76c34 commit 2a026a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Bug report
description: Report a bug or provide information about problems you have with Form Block
labels:
- "bug"
body:
- type: textarea
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Feature request
description: Propose an idea for a feature or an enhancement
labels:
- "enhancement"
body:
- type: textarea
attributes:
Expand Down

0 comments on commit 2a026a4

Please sign in to comment.