From e58f3544afd147ac47f5849d5cc7ebf3961ef3a9 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:46:58 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20GitHub=20Bug=20Report?= =?UTF-8?q?=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 65ebdcf5..0cd76ef8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,6 +10,7 @@ body: Before proceeding, please ensure the issue you're reporting is: - not caused by local customisations in your project - reproducible using the latest stable release of the theme + - not due to the local Hugo cache being out of date (run `hugo mod clean` to clear the cache) - not already covered by an open issue ([check open issues](https://github.com/jpanther/congo/issues)) - not a general question or feature request (use [GitHub Discussions](https://github.com/jpanther/congo/discussions) instead) @@ -24,8 +25,8 @@ body: id: theme-version attributes: label: Theme version - description: What version of the theme are you using? If you have not tested this issue with the latest theme release, please do so before submitting a bug report. - placeholder: eg. v2.6.0 + description: What version of Congo are you using? An easy way to check the version of the code running in your environment is by verifying the theme version comment at the top of the `main.css` file in the built output of your site. + placeholder: eg. v2.7.1 validations: required: true - type: input @@ -33,7 +34,7 @@ body: attributes: label: Hugo version description: What version of Hugo are you using? Please provide the output of the `hugo version` command. - placeholder: eg. hugo v0.114.0+extended darwin/arm64 + placeholder: eg. hugo v0.119.0+extended darwin/arm64 validations: required: true - type: dropdown