Skip to content

Commit 045c8ac

Browse files
committed
Fix issue form syntax for GitHub validations
These seemed to work when we created them but GitHub has become more srict in its validation. That's a whole lot of fun when there's nothing to verify these locally. Naturally, the top of their "common validation errors" page says "Issue forms are currently in beta and subject to change" so that probably explains it just fine.
1 parent b5ba6cf commit 045c8ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/01_upload_failed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
validations:
4545
required: true
4646

47-
- type: markdown
47+
- type: input
4848
id: environment-os-other
4949
attributes:
5050
label: "If you selected 'Other', describe your Operating System here"
@@ -90,7 +90,7 @@ body:
9090
validations:
9191
required: true
9292

93-
- type: markdown
93+
- type: input
9494
id: package-repository
9595
attributes:
9696
label: "Which package repository are you using?"

.github/ISSUE_TEMPLATE/02_bug.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ body:
4444
validations:
4545
required: true
4646

47-
- type: markdown
47+
- type: input
4848
id: environment-os-other
4949
attributes:
5050
label: "If you selected 'Other', describe your Operating System here"
51+
placeholder: "example: Linux hostname 6.5.10-200.fc38.x86_64"
5152
validations:
5253
required: false
5354

@@ -90,7 +91,7 @@ body:
9091
validations:
9192
required: true
9293

93-
- type: markdown
94+
- type: input
9495
id: package-repository
9596
attributes:
9697
label: "Which package repository are you using?"

0 commit comments

Comments
 (0)