Sha256: 47c30eef2f66920829a78cc10f0daa69fac72c9ada9cd000de90c99a40900520
Contents?: true
Size: 606 Bytes
Versions: 2
Compression:
Stored size: 606 Bytes
Contents
# Contributing 1. Fork the repo. 2. Run the tests: ``` BUNDLE_GEMFILE=gemfiles/<PICK YOUR FAVOURITE>.gemfile rake ``` 3. Introduce your change. If it's a new feature then write a test for it as well. 4. Make sure that tests are passing. 5. Push to your fork and submit a pull request. #### Docker for development Alternatively you can use Docker for the development setup. This requires Docker and Docker Compose installed. ``` make build make bundle ``` And in order to run the tests and linter checks: ``` make test ``` After you're done, cleanup leftover containers: ``` make cleanup ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiddle-1.8.1 | CONTRIBUTING.md |
tiddle-1.8.0 | CONTRIBUTING.md |