From de98938f2925dcef74285b887b8862afad78d51d Mon Sep 17 00:00:00 2001 From: Federico Negri Date: Tue, 12 Mar 2024 10:50:01 +0100 Subject: [PATCH] update pr template --- .github/pull_request_template.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7cbd772fd..46ae7658e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,8 @@ -# Pull Request Template - ## Description Please provide a brief description of the changes in this pull request. ## Checklist -Please complete the following checklist before submitting your pull request: -- [ ] I have tested these changes locally and verified that they work as intended. -- [ ] I have updated any documentation as needed to reflect these changes (if appropriate) -- [ ] I have verified that these changes to the best of my knowledge do not introduce any security vulnerabilities. -- [ ] Unit tests have been added (if appropriate) -- [ ] Test-cases have been added (if appropriate) -- [ ] Testing instructions have been added (if appropriate) +- [ ] I have tested these changes locally. +- [ ] I have added unit tests (if appropriate). +- [ ] I have added necessary documentation or updated existing documentation. +- [ ] I have linked the issue(s) addressed by this PR if any. \ No newline at end of file