Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 501 Bytes

How to Contribute

Note: this module is slightly different from the typical EdgeTech modules as it creates and initializes a database server. The pub sub component of this module is in edgetech-couchdb-saver, please visit it for a more typical EdgeTech Module + contribution workflow.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b dev)
  3. Commit your Changes (git commit -m 'adding some feature')
  4. Push to the Branch (git push origin dev)
  5. Open a Pull Request