Skip to content

Commit e1d2a93

Browse files
authored
style(templates): Default title tag for issue templates (pterodactyl#3488)
1 parent 1a79b48 commit e1d2a93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Bug Report
22
description: Something isn't working quite right in the software.
3+
labels: [not confirmed]
34
body:
45
- type: markdown
56
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Feature Request
22
description: Suggest a new feature or improvement for the software.
3+
labels: [feature request]
34
body:
45
- type: checkboxes
56
attributes:

0 commit comments

Comments
 (0)