Skip to content

Commit

Permalink
Create pin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Nov 22, 2024
1 parent 6570839 commit 77ceef5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/pin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Pin request
description: Ask to pin a package to a specific version
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this bug report! (She bites sometimes)
- type: textarea
id: package
attributes:
label: Describe the package
description: Describe the package you want pinned.
placeholder: Pin foobar to version 1.2
value: "Package foobar version 1.2 blew up, we need to revert to 1.1"
validations:
required: true
- type: textarea
id: bodhi
attributes:
label: Bodhi page
description: Add the bodhi link to the working version
placeholder: Bodhi link
value: "Pin to this version please: https://bodhi.fedoraproject.org/updates/FEDORA-2024-45d587348e"
validations:
required: false

0 comments on commit 77ceef5

Please sign in to comment.