Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-06-11 15:32:34 +0300
committerGitHub <noreply@github.com>2022-06-11 15:32:34 +0300
commitc6ccfc8f26ae55f488eb58fa3d0a06e7c4a99c3b (patch)
treea93193aada8c0265e5a98b55b67e394dfbe7ee1f
parent5fe1b35ba531fe3892f552158a0b2f6b456a5670 (diff)
fix(github): try to fix errors with the issue form
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml28
1 files changed, 16 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 2265a67..052df1c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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
@@ -49,15 +51,17 @@ body:
attributes:
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).
- 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
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