mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
chore: github issue template for documentation (#1434)
This commit is contained in:
parent
fc5db6d596
commit
bdad3f187f
16
.github/ISSUE_TEMPLATE/documentation
vendored
Normal file
16
.github/ISSUE_TEMPLATE/documentation
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Documentation
|
||||
description: Suggest a documentation improvements for this project
|
||||
labels: "documentation"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to help improve our docs!
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: How can we improve the documentation?
|
||||
description: Please provide a clear and concise description of the problem. The more information you can provide here, the better.
|
||||
placeholder: The documentation can be improved by...
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user