Skip to content

Commit cc55dab

Browse files
authored
merge: Updated pull_request_template (TheAlgorithms#913)
1 parent 6656ece commit cc55dab

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

.github/pull_request_template.md

+14-16
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# Welcome to JavaScript community
1+
# Welcome to the JavaScript community
22

33
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/)
44

5-
6-
75
### Describe your change:
86

9-
* [ ] Add an algorithm?
10-
* [ ] Fix a bug or typo in an existing algorithm?
11-
* [ ] Documentation change?
12-
7+
- [ ] Add an algorithm?
8+
- [ ] Fix a bug or typo in an existing algorithm?
9+
- [ ] Documentation change?
1310

1411
### Checklist:
15-
* [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md).
16-
* [ ] This pull request is all my own work -- I have not plagiarized.
17-
* [ ] I know that pull requests will not be merged if they fail the automated tests.
18-
* [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
19-
* [ ] All new JavaScript files are placed inside an existing directory.
20-
* [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
21-
**Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
22-
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
23-
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.
12+
13+
- [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md).
14+
- [ ] This pull request is all my own work -- I have not plagiarized.
15+
- [ ] I know that pull requests will not be merged if they fail the automated tests.
16+
- [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
17+
- [ ] All new JavaScript files are placed inside an existing directory.
18+
- [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
19+
**Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
20+
- [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
21+
- [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 commit comments

Comments
 (0)