fix markdown

This commit is contained in:
Kevin Papst
2022-10-19 00:12:19 +02:00
parent 35fb15fe9f
commit 46af5e8ebf
2 changed files with 116 additions and 116 deletions

View File

@@ -1,12 +1,12 @@
name: Bug report
description: Create a report to help us improve Kimai
labels: ["bug"]
labels: [ "bug" ]
body:
- type: markdown
- type: markdown
attributes:
value: |
Thank you for reporting an issue on Kimai! This form will guide you to create a useful issue report.
- type: textarea
- type: textarea
id: what-happened
attributes:
label: Describe the issue
@@ -14,7 +14,7 @@ body:
placeholder: Tell us what you see!
validations:
required: true
- type: checkboxes
- type: checkboxes
id: tried
attributes:
label: I already tried
@@ -26,7 +26,7 @@ body:
required: true
- label: I've searched for similar issues in [the discussions](https://github.com/kevinpapst/kimai2/discussions).
required: true
- type: textarea
- type: textarea
id: reproducer
attributes:
label: Steps to reproduce the behavior
@@ -35,17 +35,17 @@ body:
2. Scroll down to '...'
3. Click on '...'
4. See error
- type: textarea
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to better explain your problem.
- type: input
- type: input
id: version
attributes:
label: Kimai version
@@ -53,7 +53,7 @@ body:
placeholder: 1.xx.x
validations:
required: true
- type: dropdown
- type: dropdown
id: installation
attributes:
label: How do you run Kimai?
@@ -64,13 +64,13 @@ body:
- Other
validations:
required: true
- type: textarea
- type: textarea
id: logs
attributes:
label: Logfile
description: >
Please paste the last lines from your logfile at "var/log/prod.log" or "Doctor > Logs", around the time when the problem happened.
- type: textarea
- type: textarea
id: additional
attributes:
label: Additional context

View File

@@ -1,12 +1,12 @@
name: Feature request
description: Suggest an idea to make Kimai better
labels: ["feature request"]
labels: [ "feature request" ]
body:
- type: markdown
- type: markdown
attributes:
value: |
Thank you for reporting an issue on Kimai! This form will guide you to create a useful issue report.
- type: textarea
- type: textarea
id: describe
attributes:
label: Describe the problem
@@ -16,24 +16,24 @@ body:
Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what the new feature should do.
validations:
required: true
- type: textarea
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to better explain your problem.
- type: textarea
- type: textarea
id: additional
attributes:
label: Additional context