-
Notifications
You must be signed in to change notification settings - Fork 670
Update README for OpenShift 4.0 and CI changes #1219
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
Merged
openshift-merge-robot
merged 1 commit into
openshift:master
from
spadgett:readme-updates
Mar 1, 2019
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,6 @@ | ||
| # How to Contribute | ||
|
|
||
| This document outlines some of the conventions on | ||
| development workflow, commit message formatting, contact points and other | ||
| resources to make it easier to get your contribution accepted. | ||
|
|
||
| # Email and Chat | ||
|
|
||
| The project currently uses the general Tectonic Team email list and Slack channel: | ||
| - Email: [email protected] | ||
| - Slack: #team-tectonic | ||
| This document outlines some of the conventions on development workflow. | ||
|
|
||
| ## Getting Started | ||
|
|
||
|
|
@@ -35,25 +27,52 @@ questions: what changed and why. The subject line should feature the what and | |
| the body of the commit should describe the why. | ||
|
|
||
| ``` | ||
| scripts: add the test-cluster command | ||
| Add the test-cluster command | ||
|
|
||
| this uses tmux to setup a test cluster that you can easily kill and | ||
| This uses tmux to setup a test cluster that you can easily kill and | ||
| start for debugging. | ||
| ``` | ||
|
|
||
| Commits that fix a Bugzilla bug should add the bug number like `Bug 12345: ` to | ||
| the first line of the commit and to the pull request title. To help others | ||
| quickly go to the bug, also add a link to the bug in the body of the commit | ||
| message. This allows automated tooling to generate links to bugs in release | ||
| notes and will eventually allow us to automatically transition bugs to `ON_QA` | ||
| when the fix is available in a nightly build. Here's an example commit message | ||
| for a change that fixes a Bugzilla bug: | ||
|
|
||
| ``` | ||
| Bug 1679272: Validate console can talk to OAuth token URL | ||
|
|
||
| Make sure we can successfully talk to the OAuth token URL after | ||
| discovering metadata before marking the console pod as ready. | ||
|
|
||
| Fixes #38 | ||
| Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1679272 | ||
| ``` | ||
|
|
||
| Pull requests that close GitHub issues should add text to the pull request | ||
| description in the format `Closes #123`. GitHub will automatically link each | ||
| issue to its pull request and close the issue when the pull request merges. | ||
|
|
||
| While we don't have automated tooling for JIRA issues, you should still include | ||
| a link to the issue in the commit description to make it easy to get to the issue. | ||
|
|
||
| ### Pull Requests Against Other Branches | ||
|
|
||
| Pull requests opened against branches other than master should start the pull | ||
| request title with the branch name in brackets like `[release-3.11]` to make it | ||
| obvious. Include the bug as well when appropriate. For instance, | ||
|
|
||
| ``` | ||
| [release-3.11] Bug 1643948: Fix crashlooping pods query | ||
| ``` | ||
|
|
||
| The format can be described more formally as follows: | ||
| If you use the `/cherrypick` command, the bot will automatically append the | ||
| branch to the pull request title. For instance, adding a comment to a PR like | ||
|
|
||
| ``` | ||
| <subsystem>: <what changed> | ||
| <BLANK LINE> | ||
| <why this change was made> | ||
| <BLANK LINE> | ||
| <footer> | ||
| /cherrypick release-3.11 | ||
| ``` | ||
|
|
||
| The first line is the subject and should be no longer than 70 characters, the | ||
| second line is always blank, and other lines should be wrapped at 80 characters. | ||
| This allows the message to be easier to read on GitHub as well as in various | ||
| git tools. | ||
| will create a new pull request against the release-3.11 branch when the current | ||
| pull request merges as long as there are no merge conflicts. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.