Skip to content

Commit

Permalink
Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto committed Jun 9, 2022
1 parent ecfdbf2 commit f9dc90d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

**Thank your for opening a PR!**

Before you proceed, please check the following notes.

* Make sure you describe the changes introduced in the PR.
* If this PR addresses an existing issue, please mention it here.
* Check our [Guidelines for Contributing](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md).
* In particular, pay attention to the [pull request checklist](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md#pull-request-checklist).
* The most important points are to
+ Install all the needed requirements (`requirements.txt`, `requirements-dev.txt`, etc.)
+ Make sure all test pass.
+ Make sure your code passes `black`.
+ Make sure your code passes `pylint`.

0 comments on commit f9dc90d

Please sign in to comment.