doc: "Contributing" section in README

Updates #13
This commit is contained in:
Michael McLoughlin
2019-01-03 20:49:03 -08:00
committed by GitHub
parent e0c1ed5776
commit 0594af978f

View File

@@ -79,6 +79,14 @@ func Add(x uint64, y uint64) uint64
See the [`examples/add`](examples/add) directory for the complete working example. 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 ## License
`avo` is available under the [BSD 3-Clause License](LICENSE). `avo` is available under the [BSD 3-Clause License](LICENSE).