-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |