- Obtain a copy of NEXT by forking and cloning onto your local machine
- Make changes
- 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
inNEXT/next
. - Commit your changes
- Repeat steps 2-4 as necessary
- Send a pull request off to nextml/NEXT.