From 2b870bc70443290e6d79240a028aa12db08336f9 Mon Sep 17 00:00:00 2001 From: Dario Coscia <93731561+dario-coscia@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:24:08 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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