Update CONTRIBUTING.md

This commit is contained in:
Daniel Fabian
2021-05-12 13:13:34 +02:00
committed by Leonardo de Moura
parent 8ae726203d
commit 0eaa36b38d

View File

@@ -5,6 +5,7 @@
* **Bug reports** as new issues are always welcome, but nitpicking issues are not (e.g., the error message is confusing). Please check the existing issues first. Reduce the issue to a self-contained, reproducible test case.
* Simple fixes for **typos and clear bugs** are welcome if they don't increase maintenance.
* Extensions to **docs & docstrings** are welcome if you are relatively sure about their correctness; if you need to guess, it can often take longer to correct the content than for us to write it ourselves.
* For issues marked as `help wanted`, PRs are welcome and we will work with you to get a PR merged.
* Other PRs regarding **non-trivial features** are **not welcome** without prior communication. We don't want to waste your time by you implementing a feature and then us not being able to merge it because of the reasons mentioned in [Should I use Lean?](https://leanprover.github.io/lean4/doc/faq.html). If you have an idea for a feature that is clearly in line with Lean's direction and want to implement it, please open an issue for it first. If you are not sure about compatibility with our plans, the `#lean4` channel on Zulip is a good way to gauge initial interest & feasibility. In either case, be prepared for us not to respond or to reject the proposal with only a brief comment.
## How to Contribute