By contributing to this project, you agree to abide by the scriptgen
Code of Conduct.
You also agree that by submitting a pull request
for this project, your contribution will be licensed under the MIT Licence for this project.
-
Fork
andClone
thescriptgen
repo. -
Make sure that the tests pass locally.
-
Make your changes.
-
Add tests for your change. Make those tests pass locally.
-
Push to your
Fork
and submit apull request
. -
Your
pull request
will have a better chance of being accepted if you do the following:-
Send one
pull request
for each new feature. -
Write tests for each change or new feature. (although it may not be always possible)
-
Write good commit messages.
-
Read up on Github Flow.
-
Read up on Atomic Commits.
-