From 4a879677228d6df9f1651a4a195b707210a36526 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Mon, 3 May 2021 08:20:19 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index fbb8379..8838cc3 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -44,7 +44,7 @@ Please ensure CI is not broken* ### Checklist -- [ ] I've read the [Contribution Guidelines]( https://github.com/fireblade-engine/ecs/master/CONTRIBUTING.md) +- [ ] I've read the [Contribution Guidelines](https://github.com/fireblade-engine/ecs/blob/master/CONTRIBUTING.md) - [ ] I've followed the coding style of the rest of the project. - [ ] I've added tests covering all new code paths my change adds to the project (to the extent possible). - [ ] I've added benchmarks covering new functionality (if appropriate).