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

View File

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