From 547ac721faa5cc8f7309e31059bbc8bd6306973e Mon Sep 17 00:00:00 2001 From: Hisam Fahri Date: Sun, 10 Jul 2022 06:07:01 +0700 Subject: [PATCH] fix: add grammar fix on templates --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 8a7e193b65..53a4a38ae0 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -30,11 +30,11 @@ body: - type: textarea attributes: label: What is the expected behavior? - description: If possible please provide textual output instead of screenshots. + description: If possible, please provide textual output instead of screenshots. - type: textarea attributes: label: What do you see instead? - description: If possible please provide textual output instead of screenshots. + description: If possible, please provide textual output instead of screenshots. validations: required: true - type: textarea