From 07225b62cf406dd6cf309fb795d087722a3bef94 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Sat, 31 Jul 2021 09:58:39 -0600 Subject: [PATCH] Create feature.yml --- .github/PULL_REQUEST_TEMPLATE/feature.yml | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.yml diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.yml b/.github/PULL_REQUEST_TEMPLATE/feature.yml new file mode 100644 index 0000000..9f1c5bf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.yml @@ -0,0 +1,32 @@ +name: feature +description: "For PR's that add new features or functionality" +title: "[FEATURE] Title" +labels: enhancement +assignees: + - tycrek +projects: 1 +body: + - type: markdown + value: "## Thank you for contributing to ass!" + - type: markdown + value: "Please fill out this form to the best of your ability" + - type: checkboxes + attributes: + label: Checklist + id: checklist + options: + - label: "I have read the Contributing Guidelines (coming soon)" + - label: "I acknowledge that any submitted code will be licensed under the [ISC License](https://github.com/tycrek/ass/blob/master/LICENSE)" + required: true + - type: input + label: Relevant Issue + id: issue + description: "Issue this PR resolves, if applicable" + placeholder: "#123" + - type: textarea + label: Description + description: "Describe your PR in detail" + id: description + validations: + required: true +