From ca581249e42e698a871516a8908b461d228d0ceb Mon Sep 17 00:00:00 2001 From: Htin Zaw <106032566+htinz@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:57:49 +0000 Subject: [PATCH] fixed: to correct grammatical mistakes Corrected grammatical mistakes --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a755dabcd1..bcb4e6bbaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,5 +15,5 @@ - [ ] All new JavaScript files are placed inside an existing directory. - [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames. **Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not -- [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation. +- [ ] All new algorithms have a URL in their comments that points to Wikipedia or another similar explanation. - [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.