Update and rename PULL_REQUEST_TEMPLATE.md to pull_request_template.md

Fix CONTRIBUTING.md link
This commit is contained in:
Christian Treffs 2021-05-03 08:17:01 +02:00 committed by GitHub
parent c9739f69ff
commit f2fbeedc89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Please ensure CI is not broken*
### Checklist
- [ ] I've read the [Contribution Guidelines]( https://github.com/fireblade-engine/ecs/CONTRIBUTING.md)
- [ ] I've read the [Contribution Guidelines]( https://github.com/fireblade-engine/ecs/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).