Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 721 Bytes

File metadata and controls

15 lines (10 loc) · 721 Bytes

Contributing

You are thinking about contributing to Testcontainers? Awesome, it’s absolutely appreciated. When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Or pick an already existing issue.

Guidelines

Pull Requests

To build the project just run the provided Cake script, dotnet cake --target=Build.

  1. Fork the Testcontainers repository.
  2. Create a branch to work with and use feature/ or bugfix/ as a prefix.
  3. Do not forget the unit tests and keep the SonarCloud statistics in mind.
  4. If you are finished rebase and create a pull request.
  5. Cheers, 🍻.