Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteoh committed Dec 17, 2020
1 parent 9ed0f09 commit 3b47c87
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing

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

## Ground Rules

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

## Pull Request Process

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

0 comments on commit 3b47c87

Please sign in to comment.