mithril-vndb/.github/ISSUE_TEMPLATE/1-docs-bug.yml
2024-09-23 04:55:08 -07:00

27 lines
781 B
YAML

name: '📃 Documentation Issue'
description: Report an issue with Mithril.js's documentation
assignees: dead-claudia
labels:
- 'Type: Bug'
- 'Area: Documentation'
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: input
attributes:
label: Offending URL
description: Provide a link to the page with the issue
placeholder: https://mithril.js.org/
validations:
required: true
- type: textarea
attributes:
label: Issue description
description: What is the precise issue with it. Please be specific.
validations:
required: true