Skip to content

Commit 4eb2272

Browse files
authored
Merge pull request #1055 from pypa/fix-templates
Fix issue form syntax for GitHub validations
2 parents b5ba6cf + 045c8ac commit 4eb2272

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)