247153575d
Tests / tests (map[TOXENV:py310], macos-latest, 3.10) (push) Has been cancelled
Tests / tests (map[TOXENV:py311], macos-latest, 3.11) (push) Has been cancelled
Tests / tests (map[TOXENV:py312], macos-latest, 3.12) (push) Has been cancelled
Tests / tests (map[TOXENV:py313], macos-latest, 3.13) (push) Has been cancelled
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
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
|