From 7e1cb1c917e81ffe73794b8b74a6c4826a0dd3b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:59:44 +0000 Subject: [PATCH] =?UTF-8?q?'[pre-commit.ci=20=F0=9F=A4=96]=20Apply=20code?= =?UTF-8?q?=20format=20tools=20to=20PR'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendices/review-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/review-template.md b/appendices/review-template.md index 3a9810f4..29bd84ab 100644 --- a/appendices/review-template.md +++ b/appendices/review-template.md @@ -60,7 +60,7 @@ Package structure should follow general community best-practices. In general ple - [ ] **Installation:** Installation succeeds as documented. - [ ] **Functionality:** Any functional claims of the software been confirmed. - [ ] **Performance:** Any performance claims of the software been confirmed. -- [ ] **Automated tests:** +- [ ] **Automated tests:** - [ ] All tests pass on the reviewer's local machine for the package version submitted by the author. Ideally this should be a tagged version making it easy for reviewers to install. - [ ] Tests cover essential functions of the package and a reasonable range of inputs and conditions. - [ ] **Continuous Integration:** Has continuous integration setup (We suggest using Github actions but any CI platform is acceptable for review)