diff --git a/.github/ISSUE_TEMPLATE/good_first_issue_doc.yaml b/.github/ISSUE_TEMPLATE/good_first_issue_doc.yaml index c0568b2..1d6d700 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue_doc.yaml +++ b/.github/ISSUE_TEMPLATE/good_first_issue_doc.yaml @@ -8,15 +8,23 @@ body: value: | ## 👋 Thanks for contributing to MailLogSentinel! - ⚠️ **Code issues only** - for docs/tests, use the other templates + ⚠️ **Docs issues only** - for codes/tests, use the other templates **Perfect for**: first-time contributors, non-developers, improving adoption ⏱️ **Estimated time**: 1-3h | **No Python code required** - 📖 Before you begin: - - [README](../blob/main/README.md) | [CONTRIBUTING](../blob/main/docs/CONTRIBUTING.md) | [Wiki](../wiki) - - [Code de conduite](../blob/main/CODE_OF_CONDUCT.md) + - type: checkboxes + id: prerequisites + attributes: + label: "📖 Before you begin" + options: + - label: "README" + - label: "CONTRIBUTING" + required: true + - label: "Wiki" + - label: "Code of conduct" + required: true - type: dropdown id: doc_type @@ -28,6 +36,9 @@ body: - "Code docstrings" - "Examples/Tutorials" - "FAQ/Troubleshooting" + - "Templates" + - "Workflows" + - "Others" validations: required: true @@ -70,7 +81,7 @@ body: id: files_to_modify attributes: label: "📋 Files to modify" - placeholder: "README.md, docs/setup.md, etc." + placeholder: "README.md\ndocs/setup.md\netc." description: "Which files will be impacted?" - type: textarea