From f4fde80c21618b93ac8e91ae6fd88d92eef2e8db Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 30 Nov 2020 22:04:03 -0500 Subject: [PATCH] add bug label by default on bug issue template (#1580) Signed-off-by: Sebastian Malton --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e25375fca9..dab52add93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- @@ -26,8 +26,8 @@ If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** - Lens Version: - OS: [e.g. OSX] -- Installation method (e.g. snap or AppImage in Linux): - +- Installation method (e.g. snap or AppImage in Linux): + **Logs:** When you run the application executable from command line you will see some logging output. Please paste them here: ```