Skip to content

Commit 7d0eb40

Browse files
committed
docs: Adding Contributing guide
1 parent d0334ef commit 7d0eb40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing
2+
3+
- Fork it ( `https://github.com/ibnumardini/logn/fork` ) to your github
4+
- Clone it ( `git clone https://github.com/{your_username}/logn.git` ) to your local
5+
- Create your feature branch ( `git checkout -b my-new-feature` )
6+
- Add changes ( `git add changed-path` )
7+
- Commit your changes ( `git commit -m 'Adding new feature'` )
8+
- Push to the branch ( `git push origin my-new-feature` )
9+
- Create a new Pull Request
10+
11+
## Important!
12+
13+
Test your code, and make sure it's running as well, before you're create Pull Request

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ logn.ErrorLog(fmt.Sprintln("error message!"))
130130

131131
## Contributing
132132

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

135135
## License
136136

0 commit comments

Comments
 (0)