From c7e93ec3b1eef3ce60289ba1b1ace5923e6048d7 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Mon, 23 Sep 2024 11:01:03 -0400 Subject: [PATCH] Update reviewer_checklist.md The numbered list in the "community guidelines" entry used unclosed right parentheses which messes with certain text editor features. --- .buffy/templates/reviewer_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buffy/templates/reviewer_checklist.md b/.buffy/templates/reviewer_checklist.md index a356e35..cac372e 100644 --- a/.buffy/templates/reviewer_checklist.md +++ b/.buffy/templates/reviewer_checklist.md @@ -32,7 +32,7 @@ - [ ] **Example usage:** Do the authors include examples of how to use the software (ideally to solve real-world analysis problems). - [ ] **Functionality documentation:** Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)? - [ ] **Automated tests:** Are there automated tests or manual steps described so that the functionality of the software can be verified? -- [ ] **Community guidelines:** Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support +- [ ] **Community guidelines:** Are there clear guidelines for third parties wishing to 1. Contribute to the software 2. Report issues or problems with the software 3. Seek support ### Software paper