Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 765 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 765 Bytes

Contributing

To develop on this project, please fork the repo.

Dependencies are not checked in so please download those separately. External dependencies can be downloaded from Maven Central. Other rapiddweller projects/dependencies (e.g. rapiddweller-benerator-ce) are kept in this Gitlab group.

cd <YOUR_LOCAL_DEV_FOLDER> # Create this directory if it doesn't exist
git clone [email protected]:<YOUR_FORK>/rd-lib-contiperf
cd rd-lib-contiperf

Pull Requests and Issues

We track bugs and issues in Gitlab.

If you find a bug, please open an Issue.

If you want to fix a bug, please fork, create a feature branch, fix the bug and open a Merge Request back to this repo. Please mention the open bug issue number within your MR if applicable.