👷 Update GitHub issue template

pull/590/head
James Panther 2023-06-26 09:15:05 +10:00
parent 05ece71d61
commit 034574d597
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 31 additions and 18 deletions

View File

@ -5,43 +5,56 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Before proceeding, please check that a similar issue has not already been reported. [View open issues](https://github.com/jpanther/congo/issues) Thanks for taking the time to fill out this bug report!
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 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)
- type: textarea - type: textarea
id: what-happened id: issue-description
attributes: attributes:
label: What happened? label: Issue description
description: Describe the issue and how to reproduce it, including what you expected to happen. description: Describe the issue and how to reproduce it, including what you expected to happen. Be as detailed as possible, particularly if the issue only appears under a specific configuration.
validations: validations:
required: true required: true
- type: input - type: input
id: theme-version id: theme-version
attributes: attributes:
label: Theme version label: Theme version
description: What version of the theme are you using? 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. v1.1.0 placeholder: eg. v2.6.0
validations: validations:
required: true required: true
- type: input - type: input
id: hugo-version id: hugo-version
attributes: attributes:
label: Hugo version label: Hugo version
description: What version of Hugo are you using? description: What version of Hugo are you using? Please provide the output of the `hugo version` command.
placeholder: eg. v0.86.1 placeholder: eg. hugo v0.114.0+extended darwin/arm64
validations: validations:
required: true required: true
- type: dropdown - type: checkboxes
id: browsers id: browsers
attributes: attributes:
label: What browsers are you seeing the problem on? label: Which browser rendering engines are you seeing the problem on?
multiple: true description: Select any that you have tested. This is particularly important for CSS issue reports.
options: options:
- Firefox - label: Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, etc.)
- Chrome - label: Firefox (Mozilla Firefox)
- Safari - label: WebKit (Safari)
- Microsoft Edge - label: Other
- type: input
id: sample-url
attributes:
label: URL to sample repository or website
description: If you have a repository or deployed Hugo website that demonstrates this issue, please provide the URL.
placeholder: https://github.com/jpanther/congo
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant Hugo log output label: Hugo output or build error messages
description: Please copy and paste any relevant Hugo log output. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant log output from Hugo or your build system. This will be automatically formatted into code, so no need for backticks.
render: shell render: bash