blob: 28c95fb0745931e78b16b0adfa5a5763b1c846c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: Documentation
description: Suggest changes to the documentation/wiki
labels: ['docs', 'status: needs investigating']
body:
- type: dropdown
id: type
attributes:
label: Type of Change
multiple: false
options:
- Fix typo
- Clarify ambigious information
- Add new information
validations:
required: true
- type: textarea
attributes:
label: Description of Change
description: |
Describe the change in full.
validations:
required: false
|