Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 403 Bytes

MAINTAINERS.md

File metadata and controls

11 lines (10 loc) · 403 Bytes

Maintainer Instructions

  • 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