From: Jérôme Benoit Date: Sun, 12 Sep 2021 13:56:36 +0000 (+0200) Subject: Refine issue templates X-Git-Tag: v1.0.58~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b343e73a87abf2cd4c29c389837b6d9ecabe9e9f;p=e-mobility-charging-stations-simulator.git Refine issue templates Signed-off-by: Jérôme Benoit --- 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