Zulip Chat Archive
Stream: general
Topic: mathlib PR's
Kevin Buzzard (Feb 02 2019 at 16:22):
I don't understand how to make a mathlib PR any more. I used to make a new branch on leanprover-community/mathlib
and then open a PR request to leanprover/mathlib
. Now I have write access to non-master branches on what is the main mathlib repo. How does it work now?
Johannes Hölzl (Feb 02 2019 at 16:38):
Nearly the same, just that you open the PR on leanprover-community/mathlib
against the master
branch
Kevin Buzzard (Feb 02 2019 at 16:40):
OK thanks; I didn't know you could open a PR for a branch on the same project. I've only done it from a fork before.
Last updated: Dec 20 2023 at 11:08 UTC