From 49eb777c8df68c86f77a1ccab16fec5cf5f670f1 Mon Sep 17 00:00:00 2001 From: Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com> Date: Sun, 25 Dec 2022 09:40:46 +0800 Subject: [PATCH] chore: fix minor typos in the github template --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7bfd88b..ad7f1a1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,8 +5,8 @@ labels: [enhancement] body: - type: checkboxes attributes: - label: Did you check docs the docs? - description: Make sure you read all the docs before subimtting a feature request + label: Did you check the docs? + description: Make sure you read all the docs before submitting a feature request options: - label: I have read all the lazy docs required: true