fix filename
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
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:
|
||||||
@@ -45,6 +45,14 @@ 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: input
|
||||||
|
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
|
- type: dropdown
|
||||||
id: installation
|
id: installation
|
||||||
attributes:
|
attributes:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
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:
|
||||||
Reference in New Issue
Block a user