From 872a0a51c4e79a554dfd3d3d14690887b838c6dd Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Mon, 1 Jan 2024 19:26:03 +0100 Subject: [PATCH] f --- .github/pull_request_template.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ae3f2a2..16914a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,17 +4,17 @@ ## Pull request checklist -- [ ] add tests +- \[ \] add tests - documentation - - [ ] add docstrings - - [ ] if a module is new: add API reference file for Sphinx in `docs/source/api-reference` - - [ ] check API doc of Sphinx - build and show with `make sphinx && make open-sphinx` -- [ ] fix checks - - start locale checks with `make check` - - fix formatting with `make format` + - \[ \] add docstrings + - \[ \] if a module is new: add API reference file for Sphinx in `docs/source/api-reference` + - \[ \] check API doc of Sphinx - build and show with `make sphinx && make open-sphinx` +- \[ \] fix checks + - start locale checks with `make check` + - fix formatting with `make format` - Python type info - - [ ] check and improve Python type info - - [ ] double check if return types are specified - inclusing `-> None` -- [ ] check TODO comments in code -- [ ] check FIXME comments in code -- [ ] check if the copyright header needs an update + - \[ \] check and improve Python type info + - \[ \] double check if return types are specified - inclusing `-> None` +- \[ \] check TODO comments in code +- \[ \] check FIXME comments in code +- \[ \] check if the copyright header needs an update