Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 420 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 420 Bytes

Contributing to Imperium

  1. Fork this repository to your own GitHub account and then clone it to your local environment
  2. Install the dependencies with npm install
  3. Write your changes into src/
  4. Add your tests into test/
  5. Run npm test and make sure you have 100% of coverage

Enjoy hacking :)