From aa53b3e801afc30554b4e085f58f2a6c7d009641 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 8 Mar 2024 20:09:09 -0500 Subject: [PATCH] PULL_REQUEST_TEMPLATE: Initial commit --- PULL_REQUEST_TEMPLATE.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.yaml 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