Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 614 Bytes

Contributing

The following is a set of guidelines for contributing to webviz-ert

Ground Rules

  1. We use PEP8
  2. We use Black code formatting
  3. We use Pylint

Pull Request Process

  1. Work on your own fork of the main repo
  2. Push your commits and make a draft pull request using the pull request template; follow the instructions in the template.
  3. Check that your pull request passes all tests.
  4. When all tests have passed and you are happy with your changes, change your pull request to "ready for review" and ask for a code review.
  5. When your code has been approved - merge your changes.