From 38f75b6efe51659b8631a29df1dd1a1b24d3e093 Mon Sep 17 00:00:00 2001 From: Harini Mohan <128628820+harini-1597@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:19:13 +0530 Subject: [PATCH] Update bug.yml Slight syntax error; fixed it --- .github/ISSUE_TEMPLATE/bug.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 23b409c..2bc3c61 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,9 +1,7 @@ ---- -name: ​🐞 Bug -description: Report an issue to help us improve the project. +name: "Bug ​🐞" +description: "Report an issue to help us improve the project." title: "[BUG] " labels: ["bug", "goal: fix"] ---- body: - type: textarea @@ -44,4 +42,4 @@ body: - label: "I have read the [Contributing Guidelines](https://github.com/Dev-tanay/Rubik-Cube/blob/main/CONTRIBUTING.md)" required: true - label: "I am willing to work on this issue (optional)" - required: false \ No newline at end of file + required: false