From 2a8e6d8d66ff43dc21da71f8760fdad6753299e7 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 26 Aug 2022 18:49:48 +0200 Subject: [PATCH] Fix the checkbox --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/feature.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 3607311..f7f30ea 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -15,8 +15,8 @@ labels: **Bot varient** -- [] Slash -- [] Legacy +- [ ] Slash +- [ ] Legacy **Describe the issue** diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 142541b..00f9432 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -15,5 +15,5 @@ labels: **Did someone already request that feature?** -- [] Yes -- [] No \ No newline at end of file +- [ ] Yes +- [ ] No \ No newline at end of file