From c3787063ce085347b157d7fc6665c120ad3b65d6 Mon Sep 17 00:00:00 2001 From: gernest Date: Wed, 10 Jun 2015 09:25:39 +0300 Subject: [PATCH] added contibuting section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 27c3311..6e37a68 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ programming language, and also to experiment with testing web services in Go. 6. Sessions 7. File uploads. +## Contributing +This is a playground, all kinds of contibutions are welcome. Since it is for learning and +experimenting, feel free to think of new ideas. + +The important thing is to test, whatever you add make sure it has tests. Also be clear on what +exactly ypur PR does. ## License