Clone the repository and move into it:
git clone [email protected]:dnsimple/dns_erlang.git
cd dns_erlang
git checkout -b dev_new_feature_xyz
Compile the project and run the test suite to check everything works as expected.
make all
make test
-
Run the test suite and ensure all the tests pass.
-
Commit and push the changes
git commit -a -m "* <adding feature/enhancement X/Y/Z" git push origin dev_new_feature_xyz
-
Initiate PR for reviewing and merging upstream.
Please be sure to submit unit tests for your changes. You can test your changes on your machine by running the test suite.