Update PULL_REQUEST_TEMPLATE.md
Some checks failed
Master Cleaner / runner / black (push) Has been cancelled

This commit is contained in:
Dario Coscia
2025-04-11 19:24:08 +02:00
committed by FilippoOlivo
parent 5fe671b90e
commit 2b870bc704

View File

@@ -1 +1,12 @@
Fixes #ISSUE_NUMBER ## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->
This PR fixes #ISSUE_NUMBER. <!-- Possible other comments. -->
## Checklist
- [ ] Code follows the projects [Code Style Guidelines](https://github.com/mathLab/PINA/blob/master/CONTRIBUTING.md#code-style--guidelines)
- [ ] Tests have been added or updated
- [ ] Documentation has been updated if necessary
- [ ] Pull request is linked to an open issue