Skip to content

Commit d7a62ea

Browse files
committed
docs: update CONTRIBUTING
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
1 parent fc1fdb6 commit d7a62ea

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

CONTRIBUTING.rdoc

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Source Repository
22

3-
Rake is currently hosted at github. The github web page is
4-
https://github.com/ruby/rake . The public git clone URL is
3+
Rake is hosted at GitHub. The GitHub Web page is
4+
https://github.com/ruby/rake . The public Git clone URL is
55

66
https://github.com/ruby/rake.git
77

@@ -12,32 +12,30 @@ If you wish to run the unit and functional tests that come with Rake:
1212
* +cd+ into the top project directory of rake.
1313
* Install gem dependency using bundler:
1414

15-
$ bundle install # Install bundler, minitest, etc.
15+
$ bin/setup # Install development dependencies
1616

1717
* Run the test suite
1818

1919
$ rake
2020

21-
= Rubocop
21+
= RuboCop
2222

23-
Rake uses Rubocop to enforce a consistent style on new changes being
24-
proposed. You can check your code with Rubocop using:
23+
Rake uses RuboCop to enforce a consistent style on new changes being
24+
proposed. You can check your code with RuboCop using:
2525

26-
$ ./bin/rubocop
26+
$ bin/rubocop
2727

2828
= Issues and Bug Reports
2929

3030
Feel free to submit commits or feature requests. If you send a patch,
31-
remember to update the corresponding unit tests. In fact, I prefer
32-
new feature to be submitted in the form of new unit tests.
31+
remember to update the corresponding unit tests. In fact, the team prefers
32+
a new feature to be submitted in the form of new unit tests.
3333

3434
For other information, feel free to ask on the ruby-talk mailing list.
3535

36-
If you have found a bug in rake please try with the latest version of rake
36+
If you have found a bug in rake, please try with the latest version of rake
3737
before filing an issue. Also check History.rdoc for bug fixes that may have
3838
addressed your issue.
3939

40-
When submitting pull requests please check the rake Travis-CI page for test
41-
failures:
42-
43-
https://travis-ci.org/ruby/rake
40+
When submitting pull requests, please check the status checks on your PR page
41+
to confirm if it says "All checks have passed".

0 commit comments

Comments
 (0)