Skip to content

Commit d7c180d

Browse files
authored
Merge pull request #2156 from DirectXMan12/infra/fix-issues-templates
🌱 Fix issue templates
2 parents 80e0f3e + e3b5212 commit d7c180d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
about: Problems and issues with code or docs
2+
description: Problems and issues with code or docs
33
labels:
44
- kind/bug
55
body:
@@ -126,7 +126,7 @@ body:
126126
127127
- type: dropdown
128128
attributes:
129-
label: " "
129+
label: "Extra Labels"
130130
description: |
131131
If this is *also* a documentation request, etc, please select that below.
132132
multiple: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# allow free form issues as an escape hatch. This can be taken away if people abuse it ;-)
2-
blank_issues_enabled: true
2+
blank_issues_enabled: true
33

44
# link to CR and CT for easier access
55
contact_links:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body:
8181

8282
- type: dropdown
8383
attributes:
84-
label: " "
84+
label: "Extra Labels"
8585
description: |
8686
If this is *also* a documentation request, etc, please select that below.
8787
multiple: true

0 commit comments

Comments
 (0)