From 211ecea4ad3b9a40eb515ed95f217f4b4609b52b Mon Sep 17 00:00:00 2001 From: Camila Rondinini Date: Fri, 3 Dec 2021 12:32:37 +0100 Subject: [PATCH] chore: add GitHub templates (#64) * chore: add PR template * chore: add feature request template --- .github/ISSUE_TEMPLATE/feature.yml | 41 ++++++++++++++++++++++++++++++ .github/pull_request_template.md | 30 ++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..99696318 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,41 @@ +name: "Component/Hook Request" +description: "Add suggestion for a component and/or a hook" +labels: ["feature"] +body: + - type: "markdown" + attributes: + value: | + Thanks for creating an issue! + + Make sure to search open/closed issues before submitting. + - type: "textarea" + id: "description" + attributes: + label: "Description" + description: "Please describe your idea in one or two sentences." + validations: + required: true + - type: "textarea" + id: "justification" + attributes: + label: "Why is this needed?" + description: | + Please explain why you believe this is needed. + validations: + required: true + - type: "textarea" + id: "proposed-solution" + attributes: + label: "Proposed Solution or API" + description: | + Please share what you believe the ideal design/API should be like. + You can use code snippets, gists, or links to communicate it. + validations: + required: true + - type: "textarea" + id: "additional-information" + attributes: + label: "Additional Information" + description: | + What resources (links, screenshots, etc.) do you have to assist this + effort? diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0edc31e9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + +Closes # + +## Description + +> Add a brief description + +## 📝 Additional Information + +> Anything else you'd want reviewers to know. + + +