From 0b0c80d6989e8f383af82c32436c457b5ff4e35e Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Mon, 7 Jul 2014 01:00:55 -0300 Subject: [PATCH] create basic Contributing docs --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a8d89080 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +As a newcomer on a large project, it’s easy to experience frustration. Here’s some advice to make your work on **awesome-go** more useful and rewarding. + +* Packages sort alphabetically +* Package must be in godoc.org or is documented +* Packages need to have tests +* Package must be active (make sure the package is active) +* Add package that you have used +* Be bold! Leave feedback! +* Be rigorous \ No newline at end of file