Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 394 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 394 Bytes
  1. Obtain a copy of NEXT by forking and cloning onto your local machine
  2. Make changes
  3. Test your changes! Launch an EC2 NEXT machine and then run the tests. These tests are run from your local machine but ping the EC2 server. These tests can be run by running py.test in NEXT/next.
  4. Commit your changes
  5. Repeat steps 2-4 as necessary
  6. Send a pull request off to nextml/NEXT.