Skip to content

Commit

Permalink
chore: change template
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 11, 2024
1 parent b179a7d commit f1498d8
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/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "🐞 - Bug Report"
title: "🐞 - "
type: Bug
description: Report a bug
labels: ["bug", "state: need triage"]
labels: []

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

body:
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/3-dev-infra-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "πŸ€– - Dev Infrastructure Request"
title: "πŸ€– - "
type: Task
description: Suggest a feature for improve productivity
labels: ["dev-infra", "state: need triage"]
labels: []

body:
- type: textarea
Expand Down

0 comments on commit f1498d8

Please sign in to comment.