From 6d87fd9e89a19fa71b4d5a2e7a1cf0f2277b3321 Mon Sep 17 00:00:00 2001 From: "Mertcan D." <54983926+mertcandav@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:52:21 +0300 Subject: [PATCH 1/4] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..42f7ebe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,33 @@ +name: "Bug report" +description: "Create a report to help us improve" +title: "[BUG] " +labels: [bug] +body: + - type: textarea + id: description + attributes: + label: Description + description: Provide a general summary of the bug you found + validations: + required: true + - type: textarea + id: expectedbhv + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: currentbhv + attributes: + label: Current behavior + description: Tell us what happens instead + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this bug? + validations: + required: true From 5a86b675b419af2ca3ed7c20552ddc3adc28f2be Mon Sep 17 00:00:00 2001 From: "Mertcan D." <54983926+mertcandav@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:52:56 +0300 Subject: [PATCH 2/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 4e4f0c5ecd7811f5ab5dd006fc26f8aad8d05c60 Mon Sep 17 00:00:00 2001 From: "Mertcan D." <54983926+mertcandav@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:53:29 +0300 Subject: [PATCH 3/4] Create other.yml --- .github/ISSUE_TEMPLATE/other.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..bf8b29f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,19 @@ +name: Other +description: Use this for any other issues. Do NOT create blank issues +title: "[OTHER]" +labels: ["awaiting triage"] +body: + - type: textarea + id: issuedescription + attributes: + label: What would you like to share? + description: Provide a clear and concise explanation of your issue. + validations: + required: true + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this issue? + validations: + required: false 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 4/4] 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