-
Notifications
You must be signed in to change notification settings - Fork 5
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
d0334ef
commit 7d0eb40
Showing
2 changed files
with
14 additions
and
1 deletion.
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 @@ | ||
# Contributing | ||
|
||
- Fork it ( `https://github.com/ibnumardini/logn/fork` ) to your github | ||
- Clone it ( `git clone https://github.com/{your_username}/logn.git` ) to your local | ||
- Create your feature branch ( `git checkout -b my-new-feature` ) | ||
- Add changes ( `git add changed-path` ) | ||
- Commit your changes ( `git commit -m 'Adding new feature'` ) | ||
- Push to the branch ( `git push origin my-new-feature` ) | ||
- Create a new Pull Request | ||
|
||
## Important! | ||
|
||
Test your code, and make sure it's running as well, before you're create Pull Request |
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