Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

howto-contribute.md

File metadata and controls

26 lines (19 loc) · 1.08 KB

How to contribute to mathlib

Principally mathlib uses the fork-and-branch workflow. See https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/ for a good introduction.

Here are some tips and tricks to make the process of contributing as smooth as possible.

  1. Use Zulip: https://leanprover.zulipchat.com/ Discuss your contribution while you are working on it.
  2. Adhere to the guidelines:
  3. Create a pull request from a feature branch on your personal fork, as explained in the link above, or from a branch of the main repository if you have commit access (you can ask for access on Zulip).

The nursery

Finally, https://github.com/leanprover-community/mathlib-nursery makes it possible to have early access to work in progress. See its README for more details.