-
Notifications
You must be signed in to change notification settings - Fork 795
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
docs: Change remote nick to origin
and capitalize version commit
#3559
Conversation
origin
and capitalize version commit
This isn't blocking btw, but thought I had some insight as my current situation is an example where your assumption doesn't hold. I have several PRs that were opened before I became a maintainer, which are still in my fork https://github.com/dangotbanned/altair/branches/yours I think I've only done one/two since in |
Good point. If someone already have a fork once they become a maintainer (which is probably the case for everyone), they might keep working there and then |
No strong preference from me really, especially as my situation is only temporary. Am I understanding this correctly? |
By default after cloning a repo (whether it is a fork or not), I believe there is only one remote and it is named |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems a reasonable change given #3559 (comment)
Thanks @joelostblom
I don't have a preference as it's easy to exchange it :) Btw, I'm still working on my fork, just kind of like the additional layer of separation it gives so I don't accidentally push anything to main as we have not protected it against direct pushs. |
That raises a good point, maybe we should? We can still merge our own PRs I believe, so the version bumps that we do when releasing could still be done by one person. |
Since this will always be read by a contributor who has push rights to main, the assumption would be that they are working in the upstreams repo already, so shouldn't we reference
origin
instead ofupstream
?I capitalized the commits to be consistent with how we write PR titles.