Skip to content

Commit 123e524

Browse files
committed
chore: update GitHub issue templates
1 parent f7063d8 commit 123e524

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Report a reproducible bug
33
labels:
44
- requires triage
55
- bug
6+
title: "bug: "
7+
type: "Bug"
68
body:
79
- type: markdown
810
attributes:

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Documentation is unclear or otherwise insufficient.
33
labels:
44
- requires triage
55
- documentation
6+
title: "docs: "
7+
type: "Documentation"
68
body:
79
- type: markdown
810
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Suggest an new idea for this project
33
labels:
44
- requires triage
55
- new feature
6+
title: "feat: "
7+
type: "Feature"
68
body:
79
- type: markdown
810
attributes:

0 commit comments

Comments
 (0)