mirror of https://github.com/jpanther/congo.git
🔧 Update GitHub Bug Report template
parent
5a74d6a027
commit
e58f3544af
|
@ -10,6 +10,7 @@ body:
|
||||||
Before proceeding, please ensure the issue you're reporting is:
|
Before proceeding, please ensure the issue you're reporting is:
|
||||||
- not caused by local customisations in your project
|
- not caused by local customisations in your project
|
||||||
- reproducible using the latest stable release of the theme
|
- 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 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)
|
- 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
|
id: theme-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Theme version
|
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.
|
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.6.0
|
placeholder: eg. v2.7.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -33,7 +34,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Hugo version
|
label: Hugo version
|
||||||
description: What version of Hugo are you using? Please provide the output of the `hugo version` command.
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
Loading…
Reference in New Issue