From 30811bc1212092426c3c5d794292c423c6b24dd5 Mon Sep 17 00:00:00 2001 From: Luis Barroso-Luque Date: Wed, 27 Sep 2023 11:18:45 -0700 Subject: [PATCH] Delete .github/pull_request_template.md --- .github/pull_request_template.md | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index c2a3cee..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Summary - - - -## Additional dependencies introduced (if any) - - - -## TODO (if any) - - - - -## Checklist - - - -- [ ] Code is in the [standard Python style](https://www.python.org/dev/peps/pep-0008/). - Run [pycodestyle](https://pycodestyle.readthedocs.io/en/latest/) and [flake8](http://flake8.pycqa.org/en/latest/) - on your local machine. -- [ ] Docstrings have been added in the [Google docstring format](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). - Run [pydocstyle](http://www.pydocstyle.org/en/2.1.1/index.html) on your code. -- [ ] Tests have been added for any new functionality or bug fixes. -- [ ] All existing tests pass. - -