Contributing
June 9, 2016 ยท View on GitHub
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
-
Follow installation instructions.
-
Edit files as normal on your local host.
-
Build the Docker image.
$ docker build --no-cache --tag thoughtbot/paperback . -
Run commands on the container.
$ bin/docker-shell $ rake
Releasing
Please see our releasing guidelines for details.