Skip to content

Commit 9cde02e

Browse files
authored
Merge pull request #41142 from bencgreenberg/main
[ci skip] Update Guides to refer to main branch
2 parents ac8d6cc + 30b3e91 commit 9cde02e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ This guide covers ways in which _you_ can become a part of the ongoing developme
88
After reading this guide, you will know:
99

1010
* How to use GitHub to report issues.
11-
* How to clone master and run the test suite.
11+
* How to clone main and run the test suite.
1212
* How to help resolve existing issues.
1313
* How to contribute to the Ruby on Rails documentation.
1414
* How to contribute to the Ruby on Rails code.
1515

1616
Ruby on Rails is not "someone else's framework". Over the years, thousands of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation - all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches.
1717

1818
As mentioned in [Rails'
19-
README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://rubyonrails.org/conduct/).
19+
README](https://github.com/rails/rails/blob/main/README.md), everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://rubyonrails.org/conduct/).
2020

2121
--------------------------------------------------------------------------------
2222

@@ -136,8 +136,7 @@ learn about Ruby on Rails, and the API, which serves as a reference.
136136

137137
You can help improve the Rails guides or the API reference by making them more coherent, consistent, or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date with the latest edge Rails.
138138

139-
To do so, make changes to Rails guides source files (located [here](https://github.com/rails/rails/tree/main/guides/source) on GitHub) or RDoc comments in source code. Then open a pull request to apply your
140-
changes to the main branch.
139+
To do so, make changes to Rails guides source files (located [here](https://github.com/rails/rails/tree/main/guides/source) on GitHub) or RDoc comments in source code. Then open a pull request to apply your changes to the main branch.
141140

142141
When working with documentation, please take into account the [API Documentation Guidelines](api_documentation_guidelines.html) and the [Ruby on Rails Guides Guidelines](ruby_on_rails_guides_guidelines.html).
143142

0 commit comments

Comments
 (0)