Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-07-31 07:00:24 +0300
committerIvan Boothe <git@rootwork.org>2022-07-31 07:00:24 +0300
commit5822ba1e54379081e750ffe28cb54960809d5139 (patch)
tree6f014b11f3ca4bccbdf6a236fca631babc929766
parentd5ce58ba73f2a2d0cc72584d02c69531f4551013 (diff)
distinguishing between build errors and rendering errors
-rw-r--r--.github/ISSUE_TEMPLATE/01-bug_report.yml13
1 files 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: