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 required: true
- type: input - type: input
id: hugo-version id: hugo-version
label: Hugo version attributes:
description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)" label: Hugo version
placeholder: ex. 0.100.0 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: validations:
required: true required: true
- type: input - type: input
id: theme-version id: theme-version
label: Theme version attributes:
description: "What is the version of Stack theme you are using?" label: Theme version
placeholder: ex. 3.12.0 description: "What is the version of Stack theme you are using?"
placeholder: ex. 3.12.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -49,15 +51,17 @@ body:
attributes: attributes:
value: | value: |
If the issue is not present on the [demo site](https://demo.stack.jimmycai.com), in order to better understand the problem, please provide the link to the source code of your website (not the generated HTML). If the issue is not present on the [demo site](https://demo.stack.jimmycai.com), in order to better understand the problem, please provide the link to the source code of your website (not the generated HTML).
Or link to a minimal reproduction of the problem if there are sensible data. Or link to a minimal reproduction of the problem if there are sensible data.
- type: input - type: input
id: bug-url id: bug-url
label: Link to the page with bug attributes:
placeholder: https://demo.stack.jimmycai.com label: Link to the page with bug
value: https://demo.stack.jimmycai.com placeholder: https://demo.stack.jimmycai.com
value: https://demo.stack.jimmycai.com
validations: validations:
required: true required: true
- type: input - type: input
id: source-repo id: source-repo
label: Link to the source repository attributes:
placeholder: https://github.com/CaiJimmy/hugo-theme-stack label: Link to the source repository
placeholder: https://github.com/CaiJimmy/hugo-theme-stack