From dc981668058d580822068d93db6af14913610eb3 Mon Sep 17 00:00:00 2001 From: Arpita kesharwani <107834813+KesharwaniArpita@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:42:14 +0530 Subject: [PATCH] Create documentation.yml --- .github/ISSUE_TEMPLATE/documentation.yml | 36 ++++++++++++++++++++++++ 1 file changed, 36 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 00000000..aad5e477 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,36 @@ +name: 📝 Documentation +description: Contribute to improving Scribe-Android's documentation! +labels: ["documentation"] +projects: ["scribe-org/2"] +body: + - type: checkboxes + id: terms + attributes: + label: Terms + options: + - label: I have searched [documentation issues](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Adocumentation) + required: true + - label: I agree to follow Scribe-Android's [Code of Conduct](https://github.com/scribe-org/Scribe-Android/blob/main/.github/CODE_OF_CONDUCT.md) + required: true + - type: input + id: topic + attributes: + label: Documentation Topic + placeholder: Briefly describe the documentation area you're working on. + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + placeholder: Provide details of your contribution. + validations: + required: true + - type: markdown + attributes: + value: | + 🔗 Please follow our [Documentation Guidelines](https://github.com/scribe-org/Scribe-Android/wiki/Documentation-Guidelines). + - type: markdown + attributes: + value: | + 🚀 Thanks for contributing to Scribe Android's documentation!