- Always preserve backward compatibility
- Build using
make clean && make
- After merging PR, alway run
make changelog
and commit changes - Set ArangoDB docker container (used for testing) using
export ARANGODB=<image-name>
- Run tests using:
make run-tests-single
make run-tests-resilientsingle
make run-tests-cluster
.
- Always create changes in a PR
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.