From 5cc39a6eb41b167dc025612207ccc915032d79f7 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:08:23 -0300 Subject: [PATCH] Create DOCUMENTATION.yml --- .github/DOCUMENTATION.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/DOCUMENTATION.yml diff --git a/.github/DOCUMENTATION.yml b/.github/DOCUMENTATION.yml new file mode 100644 index 0000000..aefbe18 --- /dev/null +++ b/.github/DOCUMENTATION.yml @@ -0,0 +1,35 @@ + +name: 📚 Documentation Issue +description: Request additions or improvements to the documentation +labels: "documentation" +body: + - type: markdown + attributes: + value: | + > 🚨 If you have encountered a SECURITY RELATED ISSUE with Yii, [use this form](https://www.yiiframework.com/security) to report any security issues you have encountered to us. ***WARNING!*** DO NOT use the issue tracker or discuss it in the public forum as this will cause more harm than help. + - type: textarea + id: id-issue-category + attributes: + label: Issue Category + description: Choose the options that best describe your suggestion. **Delete what does not apply.** + value: | + - Typo or editorial suggestion (**Link to page:**) + - Incorrect/Outdated information (**Link to page:**) + - Missing page/section/topic (**Link to page:**) + - Can't find an answer to a specific question ✔️ + - Organization/Navigation suggestion ✔️ + - Other ✔️ + + validations: + required: true + - type: textarea + id: id-description + attributes: + label: Description + description: | + Describe what you expected to find. Also include relevant motivation and context. + If applicable, you can attach images by clicking this area to highlight it and then dragging files in. + :warning: _Remember to redact or remove any sensitive information!_ + placeholder: Please put specific details about the typo, error, missing info, suggestion, etc here. + validations: + required: true \ No newline at end of file