From: Jérôme Benoit Date: Thu, 27 Jul 2023 00:06:18 +0000 (+0200) Subject: docs: add labels to issue templates X-Git-Tag: v1.2.20~121 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9f9755c2b00dc4a6d2a55b583c038f96f93471eb;p=e-mobility-charging-stations-simulator.git docs: add labels to 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 8f091778..81009179 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: 'Bug report' title: '[BUG] ' +labels: ['bug', 'triage'] 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 d970b1e2..d5208cbb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: 'Feature request' title: '[FEATURE] ' +labels: ['enhancement', 'triage'] description: Request a feature body: - type: markdown