|
1 |
| -# Welcome to JavaScript community |
| 1 | +# Welcome to the JavaScript community |
2 | 2 |
|
3 | 3 | [](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/)
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 | 5 | ### Describe your change:
|
8 | 6 |
|
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? |
13 | 10 |
|
14 | 11 | ### 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