-
Notifications
You must be signed in to change notification settings - Fork 315
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
README Clarifications #585
Conversation
By analyzing the blame information on this pull request, we identified @smith, @adamhjk, @fnichol, @irvingpop and @metadave to be potential reviewers |
☔ The latest upstream changes (presumably be0e518) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -220,9 +221,12 @@ Each commit must include a DCO which looks like this | |||
|
|||
`Signed-off-by: Joe Smith <[email protected]>` | |||
|
|||
The project requires that the name used is your real name. No contributions utilizing pseudonyms will be accepted nor will anonymous contributions. | |||
The project requires that the name used is your real name. No contributions utilizing pseudonyms |
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 last sentence should really be written "Neither anonymous contributors nor those utilizing pseudonyms will be accepted."
Signed-off-by: Nathen Harvey <[email protected]>
Signed-off-by: Nathen Harvey <[email protected]>
Signed-off-by: Nathen Harvey <[email protected]>
📌 Commit 559858a has been approved by |
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
☀️ Test successful - travis |
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
Signed-off-by: Nathen Harvey <[email protected]> Pull request: #585 Approved by: juliandunn
Some minor copy and formatting changes.
Clarify instructions for building a sample plan by creating a key
hab origin key generate myorigin
and adding that key as an environment variable,export HAB_ORIGIN=myorigin
.