Scrapling / .github /ISSUE_TEMPLATE /04-docs_issue.yml
Karim shoair
docs: add a new issue template for documentation issues
09ccda6
name: Documentation issue
description: Report incorrect, unclear, or missing documentation.
labels: [documentation]
body:
- type: checkboxes
attributes:
label: Have you searched if there an existing issue for this?
description: Please search [existing issues](https://github.com/D4Vinci/Scrapling/labels/documentation).
options:
- label: I have searched the existing issues
required: true
- type: input
attributes:
label: "Page URL"
description: "Link to the documentation page with the issue."
placeholder: "https://scrapling.readthedocs.io/en/latest/..."
validations:
required: true
- type: dropdown
attributes:
label: "Type of issue"
options:
- Incorrect information
- Unclear or confusing
- Missing information
- Typo or formatting
- Broken link
- Other
default: 0
validations:
required: true
- type: textarea
attributes:
label: "Description"
description: "Describe what's wrong and what you expected to find."
validations:
required: true