Skip to content

Commit

Permalink
docs: Adding Contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnumardini committed Dec 26, 2020
1 parent d0334ef commit 7d0eb40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ logn.ErrorLog(fmt.Sprintln("error message!"))

## Contributing

Let's build this Logn library to make it even better.
Let's build this Logn library to make it even better, see contributing guide [here](CONTRIBUTING.md)

## License

Expand Down

0 comments on commit 7d0eb40

Please sign in to comment.