mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 23:08:02 +00:00
Capitalise issue template folder
This commit is contained in:
32
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Documentation issue
|
||||
description: Report documentation issues here.
|
||||
labels: [documentation]
|
||||
assignees: [garraflavatra]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this report!
|
||||
|
||||
- type: textarea
|
||||
id: source
|
||||
attributes:
|
||||
label: Source
|
||||
description: Which part of the documentation is erroneous? A link would be very nice!
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Problem
|
||||
description: Why is it wrong?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: solution
|
||||
attributes:
|
||||
label: Solution
|
||||
description: What should the documentation say instead?
|
Reference in New Issue
Block a user