Skip to content

Commit 14f6869

Browse files
authored
Create pull_request_template.md (#153)
* Create pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md
1 parent a58cb35 commit 14f6869

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Welcome to Javascript community
2+
3+
### **Describe your change:**
4+
5+
* [ ] Add an algorithm?
6+
* [ ] Fix a bug or typo in an existing algorithm?
7+
* [ ] Documentation change?
8+
9+
10+
### **Checklist:**
11+
* [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md).
12+
* [ ] This pull request is all my own work -- I have not plagiarized.
13+
* [ ] I know that pull requests will not be merged if they fail the automated tests.
14+
* [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
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.
19+
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 commit comments

Comments
 (0)