-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Simplifications for CONTRIBUTING.adoc for Vagrant users #9817
Conversation
@bparees, PTAL |
@@ -145,48 +145,46 @@ TIP: To ensure you get the latest image first run `vagrant box remove fedora_ins | |||
|
|||
$ vagrant ssh | |||
|
|||
7. Run a build: | |||
7. You are now ready to edit the source, rebuild and restart OpenShift to test your changes. |
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 isn't really a step. Can you just make it part of the end of "step 6" or maybe "step 5"?
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.
Done.
lgtm, please squash your commits and i'll put a merge tag on it. |
- Remove instructions to set $PATH using Vagrant image - this is done in the base image - Simplify Vagrant commands for first-time developers - Clarify that any username and password will do for console when using Vagrant
b212c5d
to
e866e79
Compare
Squashed. |
thanks @jim-minter |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to e866e79 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6218/) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6249/) (Image: devenv-rhel7_4584) |
flake #9840 |
Evaluated for origin merge up to e866e79 |
Simplify the learning curve and keystrokes for new contributors using Vagrant.