-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
1 parent
ecfdbf2
commit f9dc90d
Showing
1 changed file
with
14 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,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`. |