Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
61
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
61
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -10,8 +10,8 @@ body:
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
description: A clear and concise description of the problem you are facing.
|
||||
placeholder: Tell us what you see!
|
||||
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
|
||||
@@ -30,21 +30,8 @@ body:
|
||||
id: version
|
||||
attributes:
|
||||
label: Kimai version
|
||||
description: Which version of Kimai are you running (check Doctor or About screen)
|
||||
placeholder: 1.xx.x
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: php
|
||||
attributes:
|
||||
label: Which PHP version are you using?
|
||||
options:
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- Other (please mention below)
|
||||
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
|
||||
@@ -52,23 +39,32 @@ body:
|
||||
attributes:
|
||||
label: How do you run Kimai?
|
||||
options:
|
||||
- kimai.cloud service
|
||||
- Self-Hosted
|
||||
- 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.1"
|
||||
- Unknown
|
||||
- "8.2"
|
||||
- "8.0"
|
||||
- "7.4"
|
||||
- "7.3"
|
||||
- Other (please mention below)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproducer
|
||||
attributes:
|
||||
label: Steps to reproduce the behavior
|
||||
value: |
|
||||
1. Go to '...'
|
||||
2. Scroll down to '...'
|
||||
3. Click on '...'
|
||||
4. See error
|
||||
- type: textarea
|
||||
id: logs
|
||||
render: Text
|
||||
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.
|
||||
@@ -77,11 +73,4 @@ body:
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to better explain your problem.
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
value: |
|
||||
Device: [Ubuntu Laptop 16 inch, Windows Desktop 27 inch, iPhone 6s]
|
||||
Browser [e.g. Firefox 81, Chrome 85, Safari 14]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user