diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dff11e6..1002357 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1,12 @@ -Fixes #ISSUE_NUMBER +## Description + + + +This PR fixes #ISSUE_NUMBER. + +## Checklist + +- [ ] Code follows the project’s [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