Skip to content

Commit 533d2b4

Browse files
authored
Update CONTRIBUTING.md
1 parent bb5df78 commit 533d2b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Please proceed with a Pull Request only after you're assigned. It'd be sad if yo
1111

1212
While making a Pull Request, please take care of the following rules:
1313

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.
1416
- Include only one algorithm in each pull request. A PR containing more than one algorithm *will not be merged*.
1517
- Write your algorithm in a language other coders are mostly acquainted with i.e. `C`/`C++`/`Python`/`Java`. Any
1618
other language will be accepted only after discussion with the maintainers.

0 commit comments

Comments
 (0)