fix(github): try to fix errors with the issue form

This commit is contained in:
Jimmy Cai 2022-06-11 14:32:34 +02:00 committed by GitHub
parent 5fe1b35ba5
commit c6ccfc8f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,16 +17,18 @@ body:
required: true
- type: input
id: hugo-version
label: Hugo version
description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)"
placeholder: ex. 0.100.0
attributes:
label: Hugo version
description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)"
placeholder: ex. 0.100.0
validations:
required: true
- type: input
id: theme-version
label: Theme version
description: "What is the version of Stack theme you are using?"
placeholder: ex. 3.12.0
attributes:
label: Theme version
description: "What is the version of Stack theme you are using?"
placeholder: ex. 3.12.0
validations:
required: true
- type: dropdown
@ -52,12 +54,14 @@ body:
Or link to a minimal reproduction of the problem if there are sensible data.
- type: input
id: bug-url
label: Link to the page with bug
placeholder: https://demo.stack.jimmycai.com
value: https://demo.stack.jimmycai.com
attributes:
label: Link to the page with bug
placeholder: https://demo.stack.jimmycai.com
value: https://demo.stack.jimmycai.com
validations:
required: true
- type: input
id: source-repo
label: Link to the source repository
placeholder: https://github.com/CaiJimmy/hugo-theme-stack
attributes:
label: Link to the source repository
placeholder: https://github.com/CaiJimmy/hugo-theme-stack