mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
update bug report template
This commit is contained in:

committed by
GitHub

parent
21b39444bd
commit
00d5299a72
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,31 +1,7 @@
|
|||||||
name: 🐛 Bug Report
|
name: Report Bug in Snigdha OS Web
|
||||||
description: Report any issues you encounter to make hugoplate even more efficient.
|
description: Report any issues you encounter to make snigdhaos-web even more efficient.
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
|
||||||
id: hugo-version
|
|
||||||
attributes:
|
|
||||||
label: What is your Hugo Extended Version
|
|
||||||
description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "hugo version" in your terminal to see your Hugo version.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: go-version
|
|
||||||
attributes:
|
|
||||||
label: What is your Go Version
|
|
||||||
description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "go version" in your terminal to see your Go version.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: node-version
|
|
||||||
attributes:
|
|
||||||
label: What is your Node.js Version
|
|
||||||
description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "node -v" in your terminal to see your Node.js version.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: make-sure
|
id: make-sure
|
||||||
attributes:
|
attributes:
|
||||||
@@ -51,9 +27,8 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
Please explain the steps required to duplicate this issue. Include detailed commands and expected outcomes.
|
Please explain the steps required to duplicate this issue. Include detailed commands and expected outcomes.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user