From e5ab0bf228113fa50c82b5a5bc408a0a20941e4e Mon Sep 17 00:00:00 2001 From: mohamedlajmileanix Date: Fri, 28 Jun 2024 13:58:22 +0200 Subject: [PATCH] CID-2729: Add PR template --- docs/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..91dc4d3 --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,26 @@ +## ๐Ÿ›  Changes made +Please explain here the changes you made in this PR. + +## โœจ Type of change +Please delete the options that are not relevant. +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +## ๐Ÿงช How Has This Been Tested? +Please describe the tests that you ran to verify your changes. + +- [ ] Test A +- [ ] Test B +- [ ] ๐Ÿ‘Œ No tests required +- [ ] ๐Ÿšจ No tests Deployed + +## ๐ŸŽ Checklist: +- [ ] My code follows the style guidelines +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] Any dependent changes have been merged and published in downstream modules +- [ ] I have made corresponding changes to the documentation (README.md) +- [ ] My commit message clearly reflects the changes made +- [ ] Assigned the appropriate labels (version, PR type, etc.) \ No newline at end of file