From febc6294bcb116e14917c83055a129d71b36ea2a Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Fri, 20 Dec 2024 09:44:38 -0700 Subject: [PATCH] add check for tasks in linked issues --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 25d332fc73..2d37ad72ba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,3 +4,4 @@ - [ ] Error handling beautiful (no unwraps or expects etc) - [ ] Code tested thoroughly - [ ] All new functions have JSDoc/Rustdoc comments +- [ ] All tasks in linked issues have been completed or made into separate issues