From b343e73a87abf2cd4c29c389837b6d9ecabe9e9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 12 Sep 2021 15:56:36 +0200 Subject: [PATCH] Refine issue templates 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 | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 32ba19b8..585fec0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: 'Bug report' -title: '[BUG]' +title: '[BUG] ' description: Create a bug report body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 38dfb5d3..07e10fd5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,11 +1,11 @@ name: 'Feature request' -title: \[FEATURE\] -description: Suggest a feature +title: '[FEATURE] ' +description: Request a feature body: - type: markdown attributes: value: | - Thank you for reporting an feature request. + Thank you for requesting a feature. This issue tracker is for feature requests in charging-stations-simulator. - type: checkboxes -- 2.34.1