From e302abb5b3e3146b0336db88cf9e90b8964ea6e4 Mon Sep 17 00:00:00 2001 From: Vansh Chaurasiya Date: Mon, 7 Oct 2024 12:23:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=91Documentation=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/documentation.yml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000..a241c2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,26 @@ +name: "📚 Documentation Update" +description: "Propose an update or improvement for the documentation" +title: "Doc Update:" +labels: ["documentation"] +body: + - type: textarea + attributes: + label: "Describe the Documentation Update" + description: "Provide details about the documentation improvement or update you want to suggest." + validations: + required: true + - type: textarea + attributes: + label: "Add Screenshots (if applicable)" + description: "Add any screenshots or examples to help illustrate the update." + validations: + required: false + - type: checkboxes + attributes: + label: "Confirm" + options: + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I'm GSSOC'24 Extd registered Contributor" + - label: "I'm Hacktoberfest registered Contributor" + - label: "I want to work on this documentation issue"