From f33833db2498e39eb2da014aa719ce641b164096 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 9 Mar 2022 10:52:17 +0100 Subject: [PATCH] Add missing key in issue template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +++ .github/ISSUE_TEMPLATE/feature_request.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 97cefa33..5a1f0425 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,9 +4,12 @@ description: Create a bug report body: - type: markdown attributes: + label: Description value: | Thank you for reporting an issue. + This issue tracker is for bugs and issues found in charging-stations-simulator. + Please fill in as much of the template below as you're able. - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3fe99130..4f6c53f1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,9 +4,12 @@ description: Request a feature body: - type: markdown attributes: + label: Description value: | Thank you for requesting a feature. + This issue tracker is for feature requests in charging-stations-simulator. + - type: checkboxes attributes: options: -- 2.34.1