mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-28 10:22:24 +01:00
33 lines
723 B
YAML
33 lines
723 B
YAML
|
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?
|