Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 739 Bytes

Contributing

The do-operator project makes use of the GitHub Flow development workflow.

If you'd like to contribute to the project, please open an issue or find an existing issue that you'd like to take on. This ensures that efforts are not duplicated, and that a new feature aligns with the focus of the rest of the repository.

Once your suggestion has been submitted and discussed, please be sure that your code meets the following criteria:

  • make test passes
  • new features or codepaths have appropriate test coverage

Finally, submit a pull request for review!