From 27d94544a20a5efe16ce03c10df0abc7c212138a Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Wed, 25 Sep 2024 21:04:32 -0700 Subject: [PATCH] Clean up the pull request template Signed-off-by: Claudia Meadows --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6fb98646..aca0a04f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,5 +24,5 @@ - [ ] My code follows the code style of this project. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. -- [ ] My change requires a documentation update, and I've opened a pull request to update them already: https://github.com/MithrilJS/docs/pulls/NNNN +- [ ] My change requires a documentation update, and I've opened a pull request to update it already: - [ ] I have read https://mithril.js.org/contributing.html.