|
1 |
| -[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) |
2 |
| - |
3 |
| -###Describe your change: |
| 1 | +###Describe your change |
4 | 2 |
|
5 | 3 | -[ ] Add an algorithm?
|
6 | 4 | -[ ] Fix a bug or typo in an existing algorithm?
|
7 | 5 | -[ ] Documentation change?
|
| 6 | +-[ ] Miscellaneous changes?<!-- Please explain your changes below. See the following example.--> |
| 7 | + |
| 8 | +<!-- Remove the issue number if applicable. |
| 9 | +
|
| 10 | +- Fix the `DIRECTORY.md` workflow from not committing changes. |
| 11 | + - Closes #{$ISSUE_NO} |
| 12 | +
|
| 13 | +--> |
8 | 14 |
|
9 |
| -###Checklist: |
| 15 | +###Checklist |
10 | 16 |
|
11 |
| --[ ] I have read[CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md). |
| 17 | +-[ ] I have read[CONTRIBUTING.md](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md). |
12 | 18 | -[ ] This pull request is all my own work -- I have not plagiarized.
|
13 | 19 | -[ ] I know that pull requests will not be merged if they fail the automated tests.
|
14 | 20 | -[ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
|
15 | 21 | -[ ] All new JavaScript files are placed inside an existing directory.
|
16 | 22 | -[ ] 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 inits comments that points to Wikipedia orothersimilarexplanation. |
19 |
| --[ ] If this pull request resolves one or more open issues then the commit message contains`Fixes: #{$ISSUE_NO}`. |
| 23 | +-**Example:**`UserProfile.js` is allowed but`userprofile.js`,`Userprofile.js`,`user-Profile.js`, and`userProfile.js` are not. |
| 24 | +-[ ] All new algorithms have a URL intheir comments that points to Wikipedia or similarexplanations. |
| 25 | +-[ ] If this pull request resolves one or more open issues, add`Closes: #{$ISSUE_NO}` to this PR. |