From 3a4b73806260c3666079f83aadd7fc2a9dc84a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:28:08 +0100 Subject: [PATCH] CI: Add template for pull request (#5453) --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..088a093ca11 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description +**Please provide a brief description of the changes made in this pull request.** + +## Issue linked +**Please mention the issue number or describe the problem this pull request addresses.** + +## Checklist +- [ ] I have tested my changes locally. +- [ ] I have added necessary documentation or updated existing documentation. +- [ ] I have followed the coding style guidelines of this project. +- [ ] I have added appropriate tests (unit, integration, system). +- [ ] I have reviewed my changes before submitting this pull request. +- [ ] I have linked the issue or issues that are solved by the PR if any. +- [ ] I have agreed with the Contributor License Agreement ([CLA](https://developer.ansys.com/form/cla-acceptance)).