From 00d5299a7223b72d3980e253e0b4cf646422a2c6 Mon Sep 17 00:00:00 2001 From: "Abhiraj Roy (iconized)" <157954129+iconized@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:47:43 +0530 Subject: [PATCH] update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 33 ++++----------------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce9130a6..6b0a759b 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,31 +1,7 @@ -name: 🐛 Bug Report -description: Report any issues you encounter to make hugoplate even more efficient. +name: Report Bug in Snigdha OS Web +description: Report any issues you encounter to make snigdhaos-web even more efficient. 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 id: make-sure attributes: @@ -51,9 +27,8 @@ body: description: | Please explain the steps required to duplicate this issue. Include detailed commands and expected outcomes. placeholder: | - 1. - 2. - 3. + + validations: required: true