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,82 +1,82 @@
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
description: A clear and concise description of the problem you are facing. description: A clear and concise description of the problem you are facing.
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
description: If you didnt try already, try to search the documentation and existing issues what you wrote above. description: If you didnt try already, try to search the documentation and existing issues what you wrote above.
options: options:
- label: I've read and searched [the documentation](https://www.kimai.org/documentation/). - label: I've read and searched [the documentation](https://www.kimai.org/documentation/).
required: true required: true
- label: I've searched for similar issues in this repository. - label: I've searched for similar issues in this repository.
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
value: | value: |
1. Go to '...' 1. Go to '...'
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
description: Which version of Kimai are you running (check Doctor or About screen) description: Which version of Kimai are you running (check Doctor or About screen)
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?
options: options:
- kimai.cloud service - kimai.cloud service
- Self-Hosted - Self-Hosted
- Synology - Synology
- 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
description: Add any other context about the problem here. description: Add any other context about the problem here.
value: | value: |
Kimai version: ?.? Kimai version: ?.?
PHP version: ?.? PHP version: ?.?
Device: [Ubuntu Laptop 16 inch, Windows Desktop 27 inch, iPhone 6s] Device: [Ubuntu Laptop 16 inch, Windows Desktop 27 inch, iPhone 6s]
Browser [e.g. Firefox 81, Chrome 85, Safari 14] Browser [e.g. Firefox 81, Chrome 85, Safari 14]

View File

@@ -1,40 +1,40 @@
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
description: > description: >
Is your feature request related to a problem? If so, please provide Is your feature request related to a problem? If so, please provide
a clear and concise description of what the issue is. a clear and concise description of what the issue is.
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
description: Add any other context about the problem here. description: Add any other context about the problem here.