Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 503 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 503 Bytes

How to contribute

  • Fork this repository
  • Clone your fork
  • Add this repository as second remote to your own with this command:
    git remote add upstream https://github.com/lucassouzavieira/arangodb-php-odm.git
  • Check our open issues or open a new if you find a trouble, describing how to reproduce it
  • Open a Pull Request to integrate your contribution and also, we recommend reading the following article: Contributing to open source