blob: c8269cb1c5364bf29562438c7d65426703ec2d30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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: true
- type: textarea
attributes:
label: Page Markup
description: |
If you are describing an edit, it would be helpful if you posted the revised markup for the **whole** page here. Please see the wiki for instructions on how to do this.
This field is not required.
render: true
validations:
required: false
|