Skip to content

Commit

Permalink
Merge branch 'prerelease' into naclander/ram
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed May 4, 2020
2 parents 57b5c6a + b862e7b commit 0e66de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Checklist for pull-requests

1. Read the license in LICENCE.md. By opening a pull-requsest, we assume, that you are giving the code to the project under the terms described in the license.
2. Please coordinate with one of the core developers before making a big pull-request. It's a shame to make something big, that doesn't fit the project
3. Remember to make a separate branch for your changes. This makes it a lot easier for the core developers to help with getting your pull-request ready
3. Remember to make a separate branch on your fork. This makes it a lot easier for the core developers to help with getting your pull-request ready
4. Install `pip install pre-commit`. This takes care of the formatting rules when you commit your code.
5. Add tests. We need good pytests for your code. This will help us keep the project stable.
6. Please don't change the code-style, unless it's specifically asked for.

0 comments on commit 0e66de5

Please sign in to comment.