Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.13 KB

File metadata and controls

30 lines (20 loc) · 1.13 KB

Contributing

We love pull requests from everyone. We'd like for people to be encouraged to contribute, especially early career or people new to programming. Join our Slack organization and hit up the #general channel if you get stuck. There are many kind people there who will gladly give you a hand!

Fork, then clone the repo:

git@github.com:your-username/columbusrb.com.git

Start the development server by running the following command:

bin/rails server

For the first time set up, also run

bin/rails db:setup

View in your browser at http://localhost:3000/

Make your change. Push to your fork and submit a pull request.

At this point, you are waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Trouble Shooting Environment Setup

If you run into any issues, please, don't hesitate to reach out to us on Slack!