Merge pull request #622 from OmAximani0/pr-template

Added simple PR template
This commit is contained in:
David Wertenteil
2022-08-23 08:29:10 +03:00
committed by GitHub
+14
View File
@@ -0,0 +1,14 @@
## Describe your changes
## Screenshots - If Any (Optional)
## Issue ticket number and link
## Checklist before requesting a review
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests.
- [ ] New and existing unit tests pass locally with my changes
**Please opne the PR agains the `dev` branch (Unless the PR contains only documentation changes)**