1.2 KiB
1.2 KiB
Contributing to Lean
Thank you for choosing to contribute to Lean, this document is a intended as a brief guide for new contributors to help streamline the process and make it as easy as possible for you (the contributors) and us (the maintainers).
Writing Code
Opening Issues
- Checked that your issue isn't already filed.
- Specifically look over:
- the wishlist,
- open RFCs,
- open feature requests.
- Reduce the issue to a self-contained, reproducible test case.
Opening Pull Requests
- Ensure your Pull Request meets the coding and commit conventions documented above.
- Ensure your Pull Request contains tests for the behavior, for both features or bug fixes.