Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.04 KB

Contribution Guidelines

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.

Contributing

  1. Fork and Clone the scriptgen repo.

  2. Make sure that the tests pass locally.

  3. Make your changes.

  4. Add tests for your change. Make those tests pass locally.

  5. Push to your Fork and submit a pull request.

  6. 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.