improved issue templates

This commit is contained in:
Kevin Papst
2022-10-19 01:00:22 +02:00
parent 5264dd111d
commit 7eacb1dc3c
2 changed files with 27 additions and 28 deletions

View File

@@ -26,25 +26,6 @@ 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
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: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to better explain your problem.
- type: input - type: input
id: version id: version
attributes: attributes:
@@ -53,6 +34,18 @@ body:
placeholder: 1.xx.x placeholder: 1.xx.x
validations: validations:
required: true required: true
- type: dropdown
id: php
attributes:
label: Which PHP version are you using?
options:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- Other (please mention below)
validations:
required: true
- type: dropdown - type: dropdown
id: installation id: installation
attributes: attributes:
@@ -61,21 +54,33 @@ body:
- kimai.cloud service - kimai.cloud service
- Self-Hosted - Self-Hosted
- Synology - Synology
- Other - Other (please mention below)
validations: validations:
required: true 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 - type: textarea
id: logs id: logs
attributes: attributes:
label: Logfile 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. 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.
- 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: ?.?
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

@@ -13,7 +13,6 @@ body:
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 [...]
validations: validations:
required: true required: true
- type: textarea - type: textarea
@@ -33,8 +32,3 @@ body:
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
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.