File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ While making a Pull Request, please take care of the following rules:
13
13
14
14
- Make sure the master branch of your forked repo is not any commits ahead than the original master repository.
15
15
- Create a new branch from master in the forked repository. Updated your changes in that branch and not in master.
16
- - Include only one algorithm in each pull request. A PR containing more than one algorithm * will not be merged * .
17
- - Write your algorithm in a language other coders are mostly acquainted with i.e. ` C ` / ` C++ ` / ` Python ` / ` Java ` . Any
18
- other language will be accepted only after discussion with the maintainers .
19
- - When writing the algorithm's code, please include a small ` readme.md ` file in the folder briefly explaining the
20
- algorithm. Make sure your ` readme.md ` provides a clear understanding of the algorithm to a new-comer. Explanation
21
- should be given in not more than 300 characters
22
- - Write the name of the algorithm you added and the language you used in the title while making the PR.
16
+ - Include only one work in each pull request. If its a big work, include [ WIP ] (Work in Progress) .
17
+ - When including a new enhancement , please update the corresponding requirements.txt by adding a file there.
18
+ - Include Proper Documentation in your enhancement .
19
+
20
+ Any other doubts/questions can be posted as an issue on this repository by using the ` doubt ` label function.
21
+
22
+ Thanks again for contributing to this project : heart :
You can’t perform that action at this time.
0 commit comments