Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 986 Bytes

Contributing

  • Star the project on Github and help spread the word :)
  • Join our Slack: http://slack.testcontainers.org
  • See ROADMAP to understand the approach behind the project and what may/may not be in store for the future.
  • Post an issue if you find any bugs
  • Contribute improvements or fixes using a Pull Request. If you're going to contribute, thank you! Please just be sure to:
    • discuss with the authors on an issue ticket prior to doing anything big
    • follow the style, naming and structure conventions of the rest of the project
    • make commits atomic and easy to merge
    • verify all tests are passing. Build the project with ./gradlew check to do this. N.B. Gradle's Build Cache is enabled by default, but you can add --no-build-cache flag to disable it.