From 15420d4f52afe332d81c40b5ba72dfda500662f5 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:05:00 -0500 Subject: [PATCH] Add feature request template --- .github/ISSUE_TEMPLATE/change.yml | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/change.yml diff --git a/.github/ISSUE_TEMPLATE/change.yml b/.github/ISSUE_TEMPLATE/change.yml new file mode 100644 index 0000000..ce6cdc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change.yml @@ -0,0 +1,38 @@ +name: Change +description: Change/improvement suggestion + +body: + + - type: markdown + attributes: + value: "> _This template is rather extensive. Fill out all that you can, if are a new contributor or you're unsure about any section, leave it unchanged and a reviewer will help you_ :smile:." + + - type: textarea + validations: + required: true + attributes: + label: Expected behavior + description: Tell us how it should work + + - type: textarea + validations: + required: true + attributes: + label: Current behavior + description: Explain the difference from current behavior + + - type: textarea + validations: + required: true + attributes: + label: Possible implementation + description: Suggest ideas how to implement the addition or change + + - type: textarea + attributes: + label: Context + description: How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. + + - type: input + attributes: + label: Link to your project