Skip to content

Commit

Permalink
add How to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jan 6, 2016
1 parent 77e476c commit cbffe9a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ Usage
obj, _ := pool.BorrowObject()
pool.ReturnObject(obj)

TODO

How to contribute
-------
* Add more unit test
* Add benchmark test
* Support go document
* Refactor Java style to Go style
* Choose one open issue you want to solve, if not create one and describe what you want to change.
* Fork the repository on GitHub.
* Write code to solve the issue.
* Create PR and link to the issue.
* Make sure test and coverage pass.
* Wait maintainers to merge.

License
-------
Expand Down

0 comments on commit cbffe9a

Please sign in to comment.