-
Notifications
You must be signed in to change notification settings - Fork 344
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
Bring jaeger operator repo inline with contributing guidelines in mai… #664
Conversation
…n Jaeger repo Signed-off-by: Gary Brown <[email protected]>
simplest solution is to squash the commits into one and sign it. For example, | ||
suppose that your branch history looks like this: | ||
|
||
``` |
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.
This file is currently a straight copy of the jaeger repo version, which makes updating eaiser - but means the list of commits here given as example are related to that repo. Not sure it matters as just used for illustration.
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.
I don't think it matters.
@@ -0,0 +1,157 @@ | |||
# How to Contribute to Jaeger |
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.
Originally I appended "Operator" to this title and in a few other places. But decided to revert as the instructions basically relate to all jaeger repos. They are just here for convenience.
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.
Apart from the year in the license header example, LGTM.
CONTRIBUTING_GUIDELINES.md
Outdated
make sure the year is current and the copyright says "The Jaeger Authors". | ||
|
||
``` | ||
// Copyright (c) 2018 The Jaeger Authors. |
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.
Probably not something to fix here, but at the source. The year probably needs to be updated ;)
simplest solution is to squash the commits into one and sign it. For example, | ||
suppose that your branch history looks like this: | ||
|
||
``` |
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.
I don't think it matters.
Signed-off-by: Gary Brown <[email protected]>
…n Jaeger repo
As mentioned in #663 (comment), the DCO instructions aren't clear - so have copied the
CONTRIBUTING_GUIDELINES.md
from jaeger repo, and removed the DCO section from the currentCONTRIBUTING.md
, to make the jaeger-operator repo more consistent with the jaeger repo. Also added the missing referencedDCO
file.Signed-off-by: Gary Brown [email protected]