From 059f5e93025a9afaea1897d3f44c15ec77dc1bc8 Mon Sep 17 00:00:00 2001 From: Syed Date: Wed, 4 Sep 2024 06:28:26 +0530 Subject: [PATCH] fixed erros for arrays --- .github/ISSUE_TEMPLATE/bug-issue.yml | 37 +++++++++++----------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 1bbd001..6fc75a5 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -1,22 +1,22 @@ name: Bug report description: Report a bug or an issue that isn't working as expected. title: "[BUG]: " -labels: - - bug -assignees: "" +labels: ["bug"] +assignees: [] + body: - type: markdown attributes: value: | Please fill out the following information to help us resolve the issue. + - type: input id: description attributes: label: Describe the bug description: A clear and concise description of what the bug is. - placeholder: Describe the bug in detail... - validations: - required: true + placeholder: "Describe the bug in detail..." + - type: textarea id: steps attributes: @@ -27,25 +27,22 @@ body: 2. Click on '...' 3. Scroll down to '...' 4. See error - placeholder: List the steps to reproduce the bug... - validations: - required: true + placeholder: "List the steps to reproduce the bug..." + - type: input id: expected attributes: label: Expected behavior description: What you expected to happen. - placeholder: What was the expected result? - validations: - required: true + placeholder: "What was the expected result?" + - type: input id: actual attributes: label: Actual behavior description: What actually happened instead. - placeholder: What happened instead? - validations: - required: true + placeholder: "What happened instead?" + - type: dropdown id: environment attributes: @@ -58,21 +55,17 @@ body: value: development - label: Staging value: staging - validations: - required: true + - type: input id: version attributes: label: Version description: Version of the application where the bug occurred. placeholder: "e.g., 1.0.0" - validations: - required: false + - type: textarea id: additional attributes: label: Additional context description: Add any other context about the problem here. - placeholder: Any additional information... - validations: - required: false + placeholder: "Any additional information..."