Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/good_first_issue_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,6 +36,9 @@ body:
- "Code docstrings"
- "Examples/Tutorials"
- "FAQ/Troubleshooting"
- "Templates"
Comment thread
monozoide marked this conversation as resolved.
Comment thread
monozoide marked this conversation as resolved.
- "Workflows"
- "Others"
validations:
required: true

Expand Down Expand Up @@ -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
Expand Down