Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 593 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 593 Bytes

Contributing

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

Local development

  1. Fork the repository: [email protected]:palantir/assertj-automation.git
  2. Run ./gradlew openIdea to generate and open an IntelliJ ipr file
  3. 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.