-
Notifications
You must be signed in to change notification settings - Fork 207
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
Showing
1 changed file
with
13 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,13 @@ | ||
# How to contribute | ||
|
||
1. Fork the Repository | ||
2. Create a branch for your feature (`git checkout -b new-feature`) | ||
3. Commit your changes (`git commit -am 'Added some new feature') | ||
4. Push to the branch (`git push origin new-feature`) | ||
5. Create new Pull Request | ||
|
||
Guidelines for Pull Requests | ||
--- | ||
1. Try your best to keep your coding style clean | ||
2. Comment passages of code to make them more understandable | ||
3. Only make a single change per commit |