From 1704d1964c329f60ffbb10e7bbd5dc7284964e45 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 5 Apr 2025 13:52:16 +0300 Subject: [PATCH] chore: remove label for the issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e7d08da11f..fc8bc6efae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Report an issue description: Create a report to help us improve -labels: ['bug'] body: - type: checkboxes attributes: @@ -70,7 +69,7 @@ body: - type: textarea attributes: label: Auth config (if applicable) - description: If you haven’t already shared a reproducible example or don’t think it’s unrelated, please include your auth config. Make sure to remove any sensitive information. + description: If you haven't already shared a reproducible example or don't think it's unrelated, please include your auth config. Make sure to remove any sensitive information. render: typescript value: | import { betterAuth } from "better-auth"