1
0
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:
Jeremy Stretch
2021-03-25 12:03:00 -04:00
parent bcfc2e5f74
commit ac1083f65d

View File

@ -14,17 +14,19 @@ body:
- Cleanup (formatting, typos, etc.)
validations:
required: true
- type: checkboxes
- type: dropdown
attributes:
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:
- label: Installation instructions
- label: Configuration parameters
- label: Functionality/features
- label: REST API
- label: Administration/development
- label: Other
- Installation instructions
- Configuration parameters
- Functionality/features
- REST API
- Administration/development
- Other
validations:
required: true
- type: textarea
attributes:
label: Proposed Changes