2023-03-17 20:42:05 +00:00
|
|
|
---
|
|
|
|
name: 📖 Documentation Change
|
|
|
|
description: Suggest an addition or modification to the PDA documentation
|
2023-03-17 22:03:18 +00:00
|
|
|
labels: ["docs / request"]
|
2023-03-17 20:42:05 +00:00
|
|
|
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: dropdown
|
|
|
|
attributes:
|
|
|
|
label: Area
|
|
|
|
description: To what section of the documentation does this change primarily pertain?
|
|
|
|
options:
|
|
|
|
- Features
|
|
|
|
- Installation/upgrade
|
|
|
|
- Getting started
|
|
|
|
- Configuration
|
|
|
|
- Customization
|
|
|
|
- Database Setup
|
|
|
|
- Debug
|
|
|
|
- Integrations/API
|
|
|
|
- Administration
|
|
|
|
- Development
|
|
|
|
- Other
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Proposed Changes
|
|
|
|
description: Describe the proposed changes and why they are necessary.
|
|
|
|
validations:
|
|
|
|
required: true
|