From 004cbed05a7372dfe57dd1c520b9874b782db538 Mon Sep 17 00:00:00 2001 From: Vansh Chaurasiya Date: Mon, 7 Oct 2024 12:23:28 +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 | 28 ++++++++++++++++++++++++ 1 file changed, 28 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..b32cd3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,28 @@ +name: "📚 Chaos Documentation Update" +description: "Spotted a gap in our chaotic documentation or have a way to make it even more unpredictable? Let's hear it!" +title: "Documentation Chaos:" +labels: ["documentation", "chaos"] +body: + - type: textarea + attributes: + label: "Describe the Documentation Update" + description: "Explain the update or improvement you'd like to add to our documentation. How will it embrace the chaos?" + validations: + required: true + - type: textarea + attributes: + label: "Add References or Examples" + description: "Got any screenshots, sketches, or examples? Visual aids help us navigate the chaos better." + validations: + required: false + - type: checkboxes + attributes: + label: "Confirm" + options: + - label: "I understand that my update will add to the chaos and I'm okay with it" + required: true + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I want to work on this documentation update" + - label: "I'm GSSOC'24 Extd registered Contributor" + - label: "I'm Hacktoberfest registered Contributor"