PULL_REQUEST_TEMPLATE: Initial commit

This commit is contained in:
ryan 2024-03-08 20:09:09 -05:00
parent c945174b83
commit aa53b3e801
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

View file

@ -0,0 +1,31 @@
name: "Pull Request"
about: "Submit a pull request"
ref: "main"
body:
- type: textarea
id: description
attributes:
label: What changes does this PR introduce?
validation:
required: false
- type: textarea
id: what-modifies
attributes:
label: What package does this PR add or modify, if any?
validations:
required: false
- type: textarea
id: digests
attributes:
label: Package digests
description: Please copy and paste the digests
placeholder: "$ make digests | xclip -sel c"
render: shell
- type: checkboxes
id: reproduce
attributes:
label: If modifying packages, have the packages been reproduced locally?
description: This is optional, but helps reduce maintenance burden.
options:
- label: I have built this package twice and confirmed it reproduces.
required: false