-
Notifications
You must be signed in to change notification settings - Fork 19
opt-in member directory and optional personal pages #14
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
|
You might want to squash your commits down so that your email doesn't appear in git history. |
|
|
the learning never stops! |
|
I'm not a big fan of Github's "Squash and merge" functionality, because:
Also, @davecampbell doesn't see that Github option because he doesn't have merge perms on this repo. I usually use |
|
great feedback - i'll use this as an opportunity to learn more about rebase-ing - i know it's a useful feature and i've never felt comfortable doing anything but the standard workflow. |
@davecampbell Nah, it's rarely necessary to close a PR and open a new one. Instead, I just edit the commits on the PR branch and then force push back up to Github. Github will then automatically update the PR to show the current set of commits on the PR branch (even if you have totally changed those commits). Here's an example from the Open MPI repo from yesterday: open-mpi/ompi#10473 (comment). A user submitted a PR with a few needless commits, and at least one of them wasn't signed off properly (Open MPI requires the Linux kernel-style "Signed-off-by ..." line in commit messages). I advised the user to squash down and sign properly; he did so and force-pushed back to his PR branch. End result (i.e., as of open-mpi/ompi#10473 (comment)): the PR now has 1 commit that is signed off properly, and the CI test checking for the signoff message now passed. |
|
ok - i think i accomplished that task. |
Nicely done! 👍 |

someone mentioned an opt-in directory, thought that was a good idea.
also a convenient place to let people have their own 'personal page' if they don't have a LinkedIn or even if they do.
i tried to keep everything to the vuepress pattern.