From fbcc51979586ca2d1bb49da57b3485837ea17676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Thu, 25 Feb 2021 11:28:37 +0100 Subject: [PATCH] .github: Update issue templates Recently the issue labels were updated. The templates need to be updated to auto-set labels correctly. https://github.com/containers/toolbox/pull/711 --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 1f7c58f..e0cfdd6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug report about: Toolbox's bug report template title: '' -labels: bug +labels: 1. Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 79fa235..17801de 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature request about: Toolbox's feature request template title: '' -labels: feature request +labels: 1. Feature request assignees: '' ---