1# How to help 2 3 4 5LeakCanary is maintained by volunteers. Your help is welcome and will benefit the entire Android community! 6 7Here's how you can help: 8 9* Contribute to [Help Wanted](https://github.com/square/leakcanary/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+help+wanted%22) issues. 10* Answer [StackOverflow questions](http://stackoverflow.com/questions/tagged/leakcanary?sort=active). 11* Provide feedback on [pull requests](https://github.com/square/leakcanary/pulls). 12* Contribute code by forking the repository on GitHub and sending a pull request. Please read [Dev Environment for LeakCanary contributors](dev-env.md). When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. 13