From 63a5e1e323a359332deaa7461cf4ec64492748b8 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 30 Dec 2021 19:49:14 +0100 Subject: [PATCH] update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2a8722b..3aee9ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,12 +1,20 @@ name: Bug report description: Create a report to help us improve -labels: ["bug", "triage"] +labels: ["bug"] body: - type: markdown attributes: value: | This issue form is for reporting bugs only! If you have a feature request, please use [feature_request](/new?template=feature_request.yml) + - type: textarea + id: distro + attributes: + label: Linux Distribution + description: >- + The linux distribution the issue occured on + validation: + required: true - type: textarea id: what-happened attributes: