Skip to content

Commit

Permalink
chore: change template (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 11, 2024
1 parent c8ebbf7 commit 4c3e2a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🐞 - Bug Report"
title: "🐞 - "
description: Report a bug
labels: ["bug", "state: need triage"]
labels: []
type: Bug

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

body:
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: "πŸ€– - "
description: Suggest a feature for improve productivity
labels: ["dev-infra", "state: need triage"]
labels: []
type: Task

body:
- type: textarea
Expand Down

0 comments on commit 4c3e2a9

Please sign in to comment.