-
Notifications
You must be signed in to change notification settings - Fork 163
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
[INFRA] Adding contributor appendix sentence to PR template #299
Conversation
Should we suggest people edit the wiki? |
@franklin-feingold here's a I have seen merge commits on your PRs a couple of times: While these are technically not a grave problem, they do "clutter" the git history, if somebody wants to perform a An easy fix to not get these merge commits is to:
At least this would work well from the command line. Now if you want to add a new PR, you simply start again with step 1. If you are working with the GUI I unfortunately don't have guidance, ... but then perhaps it'd be a cool learning challenge to switch to the command line :-) |
If we're talking branching/merging strategy, here's my usual approach:
This is basically equivalent to @sappelhoff's, but I almost never directly check out If I'm a maintainer and occasionally need to push directly to
Then I'll If I'm feeling like I want my fork's
Force pushes will help avoid any sentimental attachments to your |
I use both (CLI and GUI), likely for quickly doing something I do a quick compare sync with my master. my git is weird sometimes and will push to master and likely break travis or circle and then a hot fix is needed. this was seen when this repo was first created. essentially the concerns Chris pointed out. presumably if one is interested in seeing our history they would go to our changelog? Perhaps if this is a concern it would be good to detail out how we would like contributions to be formatted and submitted? |
I see :-) for maintainers that interact regularly with git and the spec I would advise to always use the CLI and benefit from the control it gives you. I am sure @effigies and I can help you whenever git is acting weirdly!
yes, that should suffice for 95% of all cases
Currently I think this is something among the maintainers rather than for all contributors 🤔 but if comes up again and again, then yes - maybe guidelines would be good. Thanks for the PR @franklin-feingold |
closes #298, related to #284