From cbffe9a66350d993aaf8e3ba58014295c33aac6e Mon Sep 17 00:00:00 2001 From: jolestar Date: Wed, 6 Jan 2016 14:16:14 +0800 Subject: [PATCH] add How to contribute --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a839e1..7193a66 100644 --- a/README.md +++ b/README.md @@ -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 -------