diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-09-30 20:09:49 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-30 20:09:49 +0200 |
commit | 019ae384835446266b951875aa0870d245382cf2 (patch) | |
tree | 0b594bc45a2ee37836d64e132029412d3ed1b093 /.github/ISSUE_TEMPLATE | |
parent | 329e88db1f6d043d32c7083570773dccfd4f11fc (diff) | |
download | hugo-019ae384835446266b951875aa0870d245382cf2.tar.gz hugo-019ae384835446266b951875aa0870d245382cf2.zip |
Update bug_report.md
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f3f8a4fa8..12e4b5541 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,3 +4,15 @@ labels: '' assignees: '' about: Create a report to help us improve --- + + +<!-- Please answer these questions before submitting your issue. Thanks! --> + +### What version of Hugo are you using (`hugo version`)? + +<pre> +$ hugo version + +</pre> + +### Does this issue reproduce with the latest release? |