Skip to content

Commit e22508c

Browse files
authored
Mention Codespace in contribution guide
1 parent 6e7a376 commit e22508c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ Contributing to the Rails Code
187187

188188
To move on from submitting bugs to helping resolve existing issues or contributing your own code to Ruby on Rails, you _must_ be able to run its test suite. In this section of the guide, you'll learn how to set up the tests on your computer.
189189

190+
#### The Easiest Way
191+
192+
Start a Github Codespace from the repository and start developing right away from the browser IDE or in your local VScode. The Codespace is initialized with all required dependencies and allows you to run all tests.
193+
190194
#### The Easy Way
191195

192196
The easiest and recommended way to get a development environment ready to hack is to use the [rails-dev-box](https://github.com/rails/rails-dev-box).

0 commit comments

Comments
 (0)