Skip to content

Commit

Permalink
Merge pull request #1055 from pypa/fix-templates
Browse files Browse the repository at this point in the history
Fix issue form syntax for GitHub validations
  • Loading branch information
sigmavirus24 committed Feb 13, 2024
2 parents b5ba6cf + 045c8ac commit 4eb2272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/01_upload_failed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
validations:
required: true

- type: markdown
- type: input
id: environment-os-other
attributes:
label: "If you selected 'Other', describe your Operating System here"
Expand Down Expand Up @@ -90,7 +90,7 @@ body:
validations:
required: true

- type: markdown
- type: input
id: package-repository
attributes:
label: "Which package repository are you using?"
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/02_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ body:
validations:
required: true

- type: markdown
- type: input
id: environment-os-other
attributes:
label: "If you selected 'Other', describe your Operating System here"
placeholder: "example: Linux hostname 6.5.10-200.fc38.x86_64"
validations:
required: false

Expand Down Expand Up @@ -90,7 +91,7 @@ body:
validations:
required: true

- type: markdown
- type: input
id: package-repository
attributes:
label: "Which package repository are you using?"
Expand Down

0 comments on commit 4eb2272

Please sign in to comment.