Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 997 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 997 Bytes

Contributing

First, thank you for contributing!

We love pull requests from everyone. By participating in this project, you agree to abide by the Bundler code of conduct.

Here are a few technical guidelines to follow:

  1. Open an issue to discuss a new feature.
  2. Write tests.
  3. Make sure the entire test suite passes locally and on Travis CI.
  4. Open a Pull Request.
  5. Feel great about helping us maintain our shared infrastructure!

Configure Your Local Development Environment

  1. After cloning the repository, run the setup script

    ./bin/setup

  2. Run heroku local.

Testing

  1. Set up your development environment as per above.
  2. Run rake to execute the full test suite.

License

The rubytogether.org site is licensed under the MIT License. See LICENSE.md for more detail.