From 0878f6508ae0be2f2d83fdadd3c189ae2bfd4e55 Mon Sep 17 00:00:00 2001 From: Haofei Yu <1125027232@qq.com> Date: Thu, 9 May 2024 16:20:19 -0400 Subject: [PATCH] fix typo in issue template (#18) * Update codebase_reorg.yml * fix bug issue --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/codebase_reorg.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 084b8a31..99afe5e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 🐛Bug Report description: File a bug report here title: "[BUG]: " labels: ["bug"] -assignees: ["JayantGoel001"] +assignees: [""] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/codebase_reorg.yml b/.github/ISSUE_TEMPLATE/codebase_reorg.yml index b9673242..6979fc23 100644 --- a/.github/ISSUE_TEMPLATE/codebase_reorg.yml +++ b/.github/ISSUE_TEMPLATE/codebase_reorg.yml @@ -1,7 +1,7 @@ name: 🧹Codebase Reorg description: Reorg, clean, format the codebase -title: "[WRT]: " -labels: ["writing"] +title: "[ORG]: " +labels: ["reorg"] assignees: [""] body: - type: markdown