Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 698 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 698 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue before making a change.

Setup

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Pull Request Process

  1. Rebase your branch against the master branch
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. If your PR resolves an issue, include in your PR description Fixes #{issueNumber}