Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 1.55 KB

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

In the spirit of free software, everyone is encouraged to help improve this project. Here are some ways you can contribute:

  • by reporting errors in our documentation
  • by extending the documentation with new examples
  • by writing documentation (no patch is too small : fix typos, add comments, clean up inconsistent whitespace)
  • by closing issues
  • by reviewing patches and pull requests

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include any details that may be necessary to reproduce the bug.

Submitting a Pull Request

  1. Fork the repository.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Add, commit, and push your changes.
  5. Submit a pull request.

This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md and adapted to fit the Codeship Modelist Repo