From 0594af978fe03b6e1fab7901d9ce828bd58b73fa Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Thu, 3 Jan 2019 20:49:03 -0800 Subject: [PATCH] doc: "Contributing" section in README Updates #13 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 46256a8..a3c59df 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,14 @@ func Add(x uint64, y uint64) uint64 See the [`examples/add`](examples/add) directory for the complete working example. +## Contributing + +Contributions to `avo` are welcome: + +* Feedback from using `avo` in a real project is incredibly valuable. +* [Submit bug reports](https://github.com/mmcloughlin/avo/issues/new) to the issues page. +* Pull requests accepted. Take a look at outstanding [issues](https://github.com/mmcloughlin/avo/issues) for ideas (especially the ["good first issue"](https://github.com/mmcloughlin/avo/labels/good%20first%20issue) label). + ## License `avo` is available under the [BSD 3-Clause License](LICENSE).