Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.09 KB

contributing.md

File metadata and controls

28 lines (23 loc) · 2.09 KB

Contributing

Thank you for your contribution. Please follow these steps to contribute.

Pull Request Process

  1. Fork the repository (How to)
  2. Clone the repository (How to)
  3. Create a feature branch (anything but master) from origin/master, (How to)
  4. Make your changes locally
  5. Test your changes locally!
  6. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  7. Commit your changes (How to)
  8. Push to GHE (How to)
  9. Make sure all checks pass (How to)
  10. Get it reviewed in a timely manner (How to)
    • It is your responsibility to follow up with reviewers
    • Additional commits will invalidate prior approvals
    • Complete requested changes in a timely manner
    • Rebase your changes onto master if your branch goes stale (more info)
  11. Have a user with permissions accept the pull request (squash and merge)
  12. Delete the feature branch (deleting branches in pull request)

That's it! Get forking!

GitHub Flow