mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-22 00:26:23 +00:00
chore: add GitHub issue templates
This commit is contained in:
27
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Documentation
|
||||
description: Missing, incorrect, or unclear documentation
|
||||
labels: ["documentation"]
|
||||
assignees: [kristoferssolo]
|
||||
body:
|
||||
- type: input
|
||||
id: location
|
||||
attributes:
|
||||
label: Location
|
||||
description: File, section, or page where the issue is.
|
||||
placeholder: "e.g. README.md > Usage, or docs/structure.md"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What's Wrong
|
||||
description: What is missing, incorrect, or unclear?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: suggestion
|
||||
attributes:
|
||||
label: Suggested Improvement
|
||||
description: How should it read or what should be added?
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user