Skip to content

Commit 554b648

Browse files
Daniel Colsonrwz
Daniel Colson
authored andcommitted
Update contribution README (rails#355)
1 parent 8db8e99 commit 554b648

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Ensure that you can build the project and run tests.
3939

4040
```
4141
bundle install
42-
bundle exec rake test
42+
appraisal install
43+
appraisal rake test
4344
```
4445

4546
#### Write Tests
@@ -52,7 +53,7 @@ We definitely appreciate pull requests that highlight or reproduce a problem, ev
5253

5354
Implement your feature or bug fix.
5455

55-
Make sure that `bundle exec rake test` completes without errors.
56+
Make sure that `appraisal rake test` completes without errors.
5657

5758
#### Write Documentation
5859

@@ -82,7 +83,7 @@ git push origin my-feature-branch
8283

8384
#### Make a Pull Request
8485

85-
Go to https://github.com/contributor/jbuilder and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
86+
Visit your forked repo and click the 'New pull request' button. Select your feature branch, fill out the form, and click the 'Create pull request' button. Pull requests are usually reviewed within a few days.
8687

8788
#### Rebase
8889

@@ -100,7 +101,7 @@ Go back to your pull request after a few minutes and see whether it passed muste
100101

101102
#### Be Patient
102103

103-
It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems. Hang on there!
104+
It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems. Hang in there!
104105

105106
#### Thank You
106107

0 commit comments

Comments
 (0)