We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381ed0 commit 84b01aeCopy full SHA for 84b01ae
.github/pull_request_template.md
@@ -15,5 +15,5 @@
15
- [ ] All new JavaScript files are placed inside an existing directory.
16
- [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
17
**Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
18
-- [ ] 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.
19
- [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.
0 commit comments