This project is governed by the Code of Conduct. By participating you are expected to uphold this code. Please report unacceptable behavior to issue.
Get the code.
git clone [email protected]:naver/fixture-monkey.git
cd fixture-monkey
Build from the Command Line.
./gradlew build
Run all checks.
./gradlew check
Install to local Maven repository.
./gradlew publishToMavenLocal
Either an issue title or a PR title should be written in English, content could be written in Korean or English
- Fork
fixture-monkey
on your repository. - Create a new branch from your fixture-monkey main branch (and be sure to be always up-to-date).
- Do your work.
- Create test code for your work.
- Run the test code. Make sure all tests pass.
- Create a new PR from your branch to the fixture-monkey/main branch.
- Wait for reviews. When your contribution is well enough to be accepted, then it will be merged to our branch.
- All done! Thank you for your contributing.
Write test code using jqwik @Property
By contributing to fixture-monkey, you're agreeing that your contributions will be licensed under its Apache license 2.0