From 2db5686d900e68d8eacd659e8d3a8c89239d49be Mon Sep 17 00:00:00 2001 From: "Mertcan D." <54983926+mertcandav@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:54:02 +0300 Subject: [PATCH] Create proposal.yml --- .github/ISSUE_TEMPLATE/proposal.yml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/proposal.yml diff --git a/.github/ISSUE_TEMPLATE/proposal.yml b/.github/ISSUE_TEMPLATE/proposal.yml new file mode 100644 index 0000000..cbd1096 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.yml @@ -0,0 +1,35 @@ +name: Proposal +description: Suggest features, propose improvements, discuss new ideas. +title: "[PROPOSAL] " +labels: [proposal] +body: + - type: textarea + id: description + attributes: + label: Detailed description + description: Provide a detailed description of the change or addition you are proposing. + validations: + required: true + - type: textarea + id: context + attributes: + label: Context + description: | + Why is this change important to you? How would you use it? + How can it benefit other users? + validations: + required: true + - type: textarea + id: possibleimpl + attributes: + label: Possible implementation + description: Not obligatory, but suggest an idea for implementing addition or change. + validations: + required: false + - type: textarea + id: extrainformation + attributes: + label: Additional information + description: Is there anything else we should know about this feature? + validations: + required: false