The team welcomes contributions! To make code changes to this repo:
- Fork the repo and make a branch
- Write your code (ideally with tests) and make sure the CircleCI build passes
- Open a PR
- Fork the repository:
[email protected]:palantir/assertj-automation.git
- Run
./gradlew openIdea
to generate and open an IntelliJ ipr file - Run
./gradlew format
to instantly fix up any checkstyle errors
Note: development on Mac and Linux should be well supported, but as we currently don't test on Windows, there may be rough edges.