Add dedicated form for documentation issues

This commit is contained in:
novenary 2023-05-29 21:58:28 +03:00
parent 9751b356fe
commit ed825a2c7d
2 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Bug Report
description: Create a report about a bug inside the library or issues with the documentation
description: Create a report about a bug inside the library.
body:
- type: textarea

View File

@ -0,0 +1,22 @@
name: Documentation Issue
description: Report a problem with the documentation.
labels: [documentation]
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the problem in detail.
placeholder: This part is unclear...
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
options:
- label: This is a documentation problem, not a question or a bug report.
required: true
- label: I have searched for this issue before posting it and there isn't a duplicate.
required: true