Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgulacsi authored Oct 4, 2020
1 parent 7fad404 commit 27af8c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contribute
1. Fork on github
2. Check out the cloned codebase somewhere.
3. Optionally, add the upstream source to be able to pull from: `git remote add upstream https://github.com/godror/godror.git`
4. Modify as you wish
5. Ensure that tests still pass, and add tests about your new code!
6. Commit with a nice describing message.
7. Push it to your repo.
8. Create a PR.

0 comments on commit 27af8c0

Please sign in to comment.