-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update the instructions in the contributing guide #4355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Agree with these changes, thanks @keewis Stepping back on the contributing doc — I admit I haven't look at it in a while — I wonder whether we can slim it down a bit, for example by linking to other docs for generic tooling — I imagine we're unlikely to have the best docs on working with GH, for example. Or referencing our PR template rather than the (now out-of-date) PR checklist. |
ugh. It seems this is the same error as in #4130. This time I can reproduce it locally, though, so now I'm debugging. |
re contributing docs: would it be best to leave that to the planned docs overhaul? |
For sure, I didn't mean to weigh down this PR |
okay, so it seems this happens because RTD only makes shallow copies, as soon as we call |
9076bb2
to
5246a79
Compare
phew, it seems having support set a feature flag to not do shallow clones fixed that particular issue. |
so I guess this is ready for review and merge? |
Thanks @keewis! This is indeed worth updating. |
Just so we don't forget: do we have a place where we collect ideas for the restructuring of the docs? Or should I just open a tracking issue for this and put it into the |
This sounds good to me! |
Our contributing guide is out-of-date, we usually use merge commits instead of rebasing (which would require force-pushing). This has already lead to confusion, see #4314.
Also, I noticed that in
Delete your merged branch
it recommends to usegit branch -d <feature-branch>
after updatingmaster
. That doesn't work anymore because we've switched to squash-merges.whats-new.rst