13 lines
347 B
YAML
13 lines
347 B
YAML
name: 📖 Documentation Issue
|
|
description: Report an issue or enhancement regarding the documentation.
|
|
labels:
|
|
- 'documentation'
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Describe the issue or enhancement regarding the documentation.
|
|
validations:
|
|
required: true |