mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 07:07:46 -06:00
Convert housekeeping and documentation templates to forms
This commit is contained in:
34
.github/ISSUE_TEMPLATE/documentation_change.yaml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/documentation_change.yaml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: 📖 Documentation Change
|
||||
about: Suggest an addition or modification to the NetBox documentation
|
||||
labels: ["type: documentation"]
|
||||
issue_body: false
|
||||
body:
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Change Type
|
||||
description: What type of change are you proposing?
|
||||
options:
|
||||
- Addition
|
||||
- Correction
|
||||
- Removal
|
||||
- Cleanup (formatting, typos, etc.)
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Area
|
||||
description: To what section(s) of the documentation does this change pertain?
|
||||
options:
|
||||
- label: Installation instructions
|
||||
- label: Configuration parameters
|
||||
- label: Functionality/features
|
||||
- label: REST API
|
||||
- label: Administration/development
|
||||
- label: Other
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Proposed Changes
|
||||
description: "Describe the proposed changes and why they are necessary"
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user