Skip to content

Commit

Permalink
chore: use issue type for issue templates (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Oct 21, 2024
1 parent b625eed commit 72f89ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "🐞 - Bug Report"
title: "🐞 - "
description: Report a bug
labels: ["bug", "state: need triage"]
type: Bug

body:
- type: input
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "πŸš€ - Feature Request"
title: "πŸš€ - "
description: Suggest a feature
labels: ["feature", "state: need triage"]
type: Feature

body:
- type: textarea
Expand Down

0 comments on commit 72f89ef

Please sign in to comment.