From 5822ba1e54379081e750ffe28cb54960809d5139 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Sun, 31 Jul 2022 04:00:24 +0000 Subject: distinguishing between build errors and rendering errors --- .github/ISSUE_TEMPLATE/01-bug_report.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml index fb49b17..84813b8 100644 --- a/.github/ISSUE_TEMPLATE/01-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug_report.yml @@ -33,6 +33,15 @@ body: description: 'Run `hugo version` and paste the output here.' validations: required: true + - type: dropdown + id: bug_location + attributes: + label: Where is this bug showing up? + options: + - "On the command line: Hugo won't build the site and shows warnings or errors." + - "In the browser: Hugo builds the site, but something doesn't look right." + validations: + required: true - type: input id: os attributes: @@ -43,10 +52,8 @@ body: - type: input id: browser attributes: - label: Browser + label: Browser (if applicable) description: For example, Chrome 76, Safari 13, etc. - validations: - required: true - type: textarea id: current_behavior attributes: -- cgit v1.2.3