maud/CONTRIBUTING.md

18 lines
753 B
Markdown
Raw Normal View History

2016-10-22 20:36:48 +13:00
# Contributing to Maud
Great to see that you want to help out! Here are some tips for getting started:
* If you're just starting out, I suggest tackling some [easy issues] first.
* Please leave a comment on the issue you're working on, so that other people don't duplicate work.
* Most contributions should include tests see the [existing test code] for how to write these.
2017-07-30 22:01:07 +12:00
* Documentation on the proc macro interface can be found on [docs.rust-lang.org][proc_macro].
2016-10-22 20:36:48 +13:00
Have fun! ☺️
[easy issues]: https://github.com/lambda-fairy/maud/issues?q=is%3Aissue+is%3Aopen+label%3A%22difficulty%3A+easy%22
[existing test code]: https://github.com/lambda-fairy/maud/tree/master/maud/tests
2017-07-30 22:01:07 +12:00
[proc_macro]: https://doc.rust-lang.org/nightly/proc_macro/