mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(github): try to fix errors with the issue form
This commit is contained in:
parent
5fe1b35ba5
commit
c6ccfc8f26
1 changed files with 16 additions and 12 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -17,6 +17,7 @@ body:
|
|||
required: true
|
||||
- type: input
|
||||
id: hugo-version
|
||||
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
|
||||
|
@ -24,6 +25,7 @@ body:
|
|||
required: true
|
||||
- type: input
|
||||
id: theme-version
|
||||
attributes:
|
||||
label: Theme version
|
||||
description: "What is the version of Stack theme you are using?"
|
||||
placeholder: ex. 3.12.0
|
||||
|
@ -52,6 +54,7 @@ body:
|
|||
Or link to a minimal reproduction of the problem if there are sensible data.
|
||||
- type: input
|
||||
id: bug-url
|
||||
attributes:
|
||||
label: Link to the page with bug
|
||||
placeholder: https://demo.stack.jimmycai.com
|
||||
value: https://demo.stack.jimmycai.com
|
||||
|
@ -59,5 +62,6 @@ body:
|
|||
required: true
|
||||
- type: input
|
||||
id: source-repo
|
||||
attributes:
|
||||
label: Link to the source repository
|
||||
placeholder: https://github.com/CaiJimmy/hugo-theme-stack
|
||||
|
|
Loading…
Reference in a new issue