0
0
mirror of https://github.com/kevinpapst/kimai2.git synced 2024-12-22 12:18:29 +00:00
kevinpapst_kimai2/.github/ISSUE_TEMPLATE/bug_report.yml
2024-12-20 14:56:06 +01:00

75 lines
2.9 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Bug report
description: Create a report to help us improve Kimai
labels: [ "bug" ]
body:
- 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
id: what-happened
attributes:
label: Describe the issue
description: "A clear and concise description of the problem you are facing. Is that a browser issue? Then add device information: Ubuntu 20.04 with Brave 1.46, Windows 10 with Chrome 85, iPhone 10, Mac with Safari 16"
placeholder: Tell us what you see! Include the steps necessary to reproduce the behavior (e.g. go to, scroll down and click here ...)
validations:
required: true
- type: checkboxes
id: tried
attributes:
label: I already tried
description: If you didnt try already, try to search the documentation and existing issues what you wrote above.
options:
- label: I've read and searched [the documentation](https://www.kimai.org/documentation/).
required: true
- label: I've searched for similar issues in this repository.
required: true
- label: I've searched for similar issues in [the discussions](https://github.com/kimai/kimai/discussions).
required: true
- type: input
id: version
attributes:
label: Kimai version
description: Which version of Kimai are you running (see Doctor/About/Kimai-Cloud screen)
placeholder: 1.xx.x or 2.xx.x
validations:
required: true
- type: dropdown
id: installation
attributes:
label: How do you run Kimai?
options:
- Virtual Server or alike
- KIMAI CLOUD
- Docker
- Synology
- Plesk
- Shared-Hosting
- Other (please mention below)
validations:
required: true
- type: dropdown
id: php
attributes:
label: Which PHP version are you using?
options:
- "8.4"
- "8.2"
- "8.3"
- "8.1"
- Unknown
- Other (please mention below)
validations:
required: true
- 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
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to better explain your problem.