mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
convert documentation template from markdown to yaml
This commit is contained in:
parent
2ee9668c1c
commit
edd9d5a81b
2 changed files with 41 additions and 31 deletions
31
.github/ISSUE_TEMPLATE/documentation.md
vendored
31
.github/ISSUE_TEMPLATE/documentation.md
vendored
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
name: Documentation Change
|
||||
about: Request or report any updates to our documentation (https://jrnl.sh)
|
||||
title: ''
|
||||
labels: ":new:, documentation"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Documentation Change
|
||||
<!--
|
||||
Hello, and thank you for reporting an issue!
|
||||
Please fill out the points below, as it will make our process much easier.
|
||||
-->
|
||||
|
||||
### Affected Page(s)
|
||||
<!--
|
||||
Please tell us which page, or pages, from the documentation site (https://jrnl.sh) are
|
||||
affected in this issue
|
||||
-->
|
||||
- <!-- example: https://jrnl.sh/en/stable/overview -->
|
||||
|
||||
### What Could Be Better?
|
||||
<!--
|
||||
Please write a short description of what you hope can be clarified or further explained.
|
||||
-->
|
||||
|
||||
### Other Information
|
||||
<!--
|
||||
Is there anything else we should know that might be helpful?
|
||||
-->
|
41
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
Normal file
41
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
name: Documentation Change
|
||||
description: Request or report any updates to our documentation (https://jrnl.sh)
|
||||
title: Documentation Change
|
||||
labels: [ ":new:", "documentation" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Documentation Change
|
||||
Hello, and thank you for reporting an issue!
|
||||
|
||||
Please fill out the points below, as it will make our process much easier.
|
||||
|
||||
- type: textarea
|
||||
id: affected-pages
|
||||
attributes:
|
||||
label: Affected Page(s)
|
||||
description: >
|
||||
Please tell us which page, or pages, from the documentation site
|
||||
(https://jrnl.sh) are affected in this issue
|
||||
placeholder: "example: https://jrnl.sh/en/stable/overview"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: what-could-be-better
|
||||
attributes:
|
||||
label: What Could Be Better?
|
||||
description: >
|
||||
Please write a short description of what you hope can be clarified or
|
||||
further explained.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: other-info
|
||||
attributes:
|
||||
label: Other Information
|
||||
description: Is there anything else we should know that might be helpful?
|
||||
validations:
|
||||
required: false
|
Loading…
Add table
Reference in a new issue