From 35fb15fe9ffc8f8a6f38a2f6f3b514d84b00e0e3 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 19 Oct 2022 00:08:56 +0200 Subject: [PATCH] fix filename --- .../ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 10 +++++++++- .../{feature_request.md => feature_request.yml} | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (90%) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} (97%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml index a3844fbd..0c4fe848 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve Kimai -labels: bug +labels: ["bug"] body: - type: markdown attributes: @@ -45,6 +45,14 @@ body: attributes: label: Screenshots 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 id: installation attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.yml index 63f18f18..e53b8358 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea to make Kimai better -labels: feature request +labels: ["feature request"] body: - type: markdown attributes: