-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Created a pull request template
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
<!-- !! Thank your for opening a PR !! --> | ||
|
||
<!--- Provide a short summary of your changes in the Title above --> | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Related Issue | ||
<!--- If applicable, please type an `x` in one of the boxes below and provide the issue number after the # sign: --> | ||
- [ ] Closes # | ||
- [ ] Related to # | ||
|
||
## Checklist | ||
<!--- Make sure you have completed the following steps before submitting your PR --> | ||
<!--- Feel free to type an `x` in all the boxes below to let us know you have completed the steps: --> | ||
- [ ] Checked that the pre-commit checks pass (see [your-first-code-contribution](https://github.com/Mews/flask-utils/blob/main/CONTRIBUTING.md#your-first-code-contribution) and also [pre-commit](https://docs.pymc.io/en/latest/contributing/python_style.html)) | ||
- [ ] Checked that all the tests pass (see [your-first-code-contribution](https://github.com/Mews/flask-utils/blob/main/CONTRIBUTING.md#your-first-code-contribution)) | ||
- [ ] Checked that your commit messages follow [the specified guidelines](https://github.com/Mews/flask-utils/blob/main/CONTRIBUTING.md#commit-messages) | ||
- [ ] Added necessary documentation (docstrings and/or example notebooks, if applicable) | ||
|
||
## Type of change | ||
<!--- Select one of the categories below by typing an `x` in the box --> | ||
- [ ] New feature / enhancement | ||
- [ ] Bug fix | ||
- [ ] Documentation | ||
- [ ] Maintenance | ||
- [ ] Other (please specify): |