Skip to content

Commit

Permalink
πŸ’… Multi-line YAML label lists in issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 3, 2024
1 parent a03a872 commit d4e7601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: 🐞 Bug Report
description: Create a report to help us improve.
labels: [bug]
labels:
- bug
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: πŸš€ Feature request
description: Suggest an idea for this project.
labels: enhancement
labels:
- enhancement
body:
- type: markdown
attributes:
Expand Down

0 comments on commit d4e7601

Please sign in to comment.