Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 773 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 773 Bytes

Contributing

We love pull requests. Please follow our Git protocol and style guides.

By participating in this project, you agree to abide by the thoughtbot code of conduct.

Developing

  1. Follow installation instructions.

  2. Edit files as normal on your local host.

  3. Build the Docker image.

     $ docker build --no-cache --tag thoughtbot/paperback .
    
  4. Run commands on the container.

     $ bin/docker-shell
     $ rake
    

Releasing

Please see our releasing guidelines for details.