From 8323e223095b278a6d6636342c87c8ed3faeb5e1 Mon Sep 17 00:00:00 2001 From: Anthony McMahon <75223906+Anthony-Portainer@users.noreply.github.com> Date: Wed, 20 Jan 2021 12:06:25 +1300 Subject: [PATCH] Update issue templates Adding auto labelling to Bug Report (kind/bug, bug/unconfirmed) and Question (kind/question) --- .github/ISSUE_TEMPLATE/Bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/Custom.md | 4 ++++ .github/ISSUE_TEMPLATE/Feature_request.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index cd6d52c2a..352cfec59 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report about: Create a bug report +title: '' +labels: bug/need-confirmation, kind/bug +assignees: '' + ---