From af3b4097f4589b23023e17d04197d5ce419a1929 Mon Sep 17 00:00:00 2001 From: Yuvrajsinghspd09 Date: Thu, 12 Sep 2024 21:58:44 +0530 Subject: [PATCH] Added issue template for contributions --- .github/ISSUE_TEMPLATE/issue_template.yml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.yml diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml new file mode 100644 index 0000000..320b676 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -0,0 +1,33 @@ +name: Issue or Suggestion +description: Report an issue or propose an idea for the project +body: + - type: markdown + attributes: + value: "Thank you for your contribution to the project." + - type: textarea + id: description + attributes: + label: Description + description: Please describe the issue or suggestion in detail. + validations: + required: true + - type: textarea + id: rationale + attributes: + label: Rationale + description: Please explain why this is important for the project. + - type: textarea + id: additional_information + attributes: + label: Additional Information + description: Any other relevant details or context? + - type: dropdown + id: contribution_ability + attributes: + label: Are you able to contribute to this? + options: + - Yes, I can implement this + - I can contribute with guidance + - I cannot contribute directly + validations: + required: true \ No newline at end of file