-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
updating link to code of conduct and security docs to org #1996
Conversation
Signed-off-by: Vanessa Sochat <[email protected]>
README.md
Outdated
@@ -18,8 +18,7 @@ You can find official releases of `runc` on the [release](https://github.com/ope | |||
|
|||
### Security | |||
|
|||
If you wish to report a security issue, please disclose the issue responsibly | |||
to [email protected]. | |||
If you wish to report a security issue, please see the protocol under [security](security). |
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.
Should be [security]
.
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.
okay I think I got it right this time.
Signed-off-by: Vanessa Sochat <[email protected]>
Signed-off-by: Vanessa Sochat <[email protected]>
Please squash your commits. |
Can't we squash on merge? |
We can, but I don't like doing it because it screws up the author's GPG signed commits. But if you'd prefer that, I can do it (I do merge commits locally because I want to sign those too). |
I definitely can - I’ve never squashed locally before. How do I do it? |
The most generic way to do it is with an interactive git rebase (
which will open your text editor, with a bunch of lines like this:
Each line is one commit, in order -- and the idea is that the interactive rebase will apply each line in-order ( This allows you to mess with the commits individually (you could re-order them or edit them), but since we want to squash them we can use
However, we don't care about your commit messages, so we can use
Which will translate to:
And finally your current branch will now be |
Cool I've never done that - this looks fun! Be back after futzing around a bit :) |
Signed-off-by: Vanessa Sochat <[email protected]>
okay I'm not sure I catch the $foo $bar mapping to fix/CoC-link and origin/master, but I did something and I'm going to try pushing it. Worst case scenario I'll just start over. |
Nope, definitely failed. Can you explain the $foo $bar mapping? |
Let's use this one instead #1997 |
You don't need to worry about |
Signed-off-by: Vanessa Sochat [email protected]
opencontainers/.github#3