mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Replace checkboxes in documentation issue template with dropdown
This commit is contained in:
18
.github/ISSUE_TEMPLATE/documentation_change.yaml
vendored
18
.github/ISSUE_TEMPLATE/documentation_change.yaml
vendored
@ -14,17 +14,19 @@ body:
|
|||||||
- Cleanup (formatting, typos, etc.)
|
- Cleanup (formatting, typos, etc.)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Area
|
label: Area
|
||||||
description: To what section(s) of the documentation does this change pertain?
|
description: To what section of the documentation does this change primarily pertain?
|
||||||
options:
|
options:
|
||||||
- label: Installation instructions
|
- Installation instructions
|
||||||
- label: Configuration parameters
|
- Configuration parameters
|
||||||
- label: Functionality/features
|
- Functionality/features
|
||||||
- label: REST API
|
- REST API
|
||||||
- label: Administration/development
|
- Administration/development
|
||||||
- label: Other
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Proposed Changes
|
label: Proposed Changes
|
||||||
|
Reference in New Issue
Block a user