We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5df78 commit 533d2b4Copy full SHA for 533d2b4
CONTRIBUTING.md
@@ -11,6 +11,8 @@ Please proceed with a Pull Request only after you're assigned. It'd be sad if yo
11
12
While making a Pull Request, please take care of the following rules:
13
14
+- Make sure the master branch of your forked repo is not any commits ahead than the original master repository.
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.
0 commit comments