Revise issue templates

This commit is contained in:
Claudia Meadows 2024-09-02 13:05:15 -07:00
parent dcb992071f
commit 436634b1fe
No known key found for this signature in database
GPG key ID: C86B594396786760
3 changed files with 117 additions and 2 deletions

26
.github/ISSUE_TEMPLATE/0-docs.yml vendored Normal file
View file

@ -0,0 +1,26 @@
name: '📃 Documentation Issue'
description: Report an issue with Mithril.js's documentation
assignees: dead-claudia
labels:
- '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