-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59b9c09
commit b8b2eaf
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Guidelines to contribute to this repository | ||
|
||
### Follow these steps to make a valid pull request | ||
|
||
1. Fork this repo. | ||
2. Clone your forked repository to your local. | ||
3. Add any algorithm (**JAVA ONLY**) in its respective folder. (You can create a folder, if it's not there) | ||
4. Then create a pull request. |