Initial commit
This commit is contained in:
23
.github/ISSUE_TEMPLATE/docs_issue.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/docs_issue.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: 📗 Report Docs Issue
|
||||
description: See a typo? Outdated or incorrect information? Let us know!
|
||||
title: '<title>'
|
||||
labels: [documentation]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Sometimes something slips through the cracks, and the documentation is not quite right. Thanks for letting us know!
|
||||
- type: input
|
||||
id: link
|
||||
attributes:
|
||||
label: Link to the Page
|
||||
- type: textarea
|
||||
id: quote
|
||||
attributes:
|
||||
label: Describe the Issue
|
||||
- type: dropdown
|
||||
id: participate
|
||||
attributes:
|
||||
label: Are you able to create a Pull Request with the fix?
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
Reference in New Issue
Block a user