Skip to content

Commit

Permalink
CID-2729: Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Jun 28, 2024
1 parent cac84d6 commit e5ab0bf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.)

0 comments on commit e5ab0bf

Please sign in to comment.