The following is a set of guidelines for contributing to webviz-ert
- We use PEP8
- We use Black code formatting
- We use Pylint
- Work on your own fork of the main repo
- Push your commits and make a draft pull request using the pull request template; follow the instructions in the template.
- Check that your pull request passes all tests.
- 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.
- When your code has been approved - merge your changes.