Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Feb 22, 2022
1 parent fa99b18 commit 7e42d57
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ You are about to submit a new Pull Request. Before continuing make sure
you read the [contributing guidelines](CONTRIBUTING.md) and you comply
with the following criteria:

- [ ] your code is well documented
- [ ] you wrote tests for the new code
- [ ] Your code is well documented
- [ ] You wrote tests for the new code
- [ ] `tox` tests pass. Run `tox` command inside the repository folder.
- [ ] `-test.cfg` examples execute without faults. Inside `examples/`
run `python run_tests.py -b`
- [ ] `-test.cfg` examples execute without errors. Inside `examples/` run `python run_tests.py -b`
- [ ] PR contains only Python code
- [ ] PR follows our coding style
- [ ] you avoided structuring the code into classes as much as possible.
Use small functions instead.
- [ ] PR does not contain any additional dependencies unless permission
granted by the HADDOCK team
- [ ] You avoided structuring the code into classes as much as possible, using small functions instead.
- [ ] PR does not add any dependencies unless permission was granted by the HADDOCK team
- [ ] PR does not break licensing
- [ ] you get extra bonus if you write tests for already existing code
:godmode:
- [ ] You get extra bonus if you write tests for already existing code :godmode:

0 comments on commit 7e42d57

Please sign in to comment.