diff --git a/PULL_REQUEST_TEMPLATE.yaml b/PULL_REQUEST_TEMPLATE.yaml new file mode 100644 index 0000000..29af526 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.yaml @@ -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