Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 756 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 git@github.com:<YOUR_FORK>/rd-lib-jdbacl
cd rd-lib-jdbacl

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.