Merge pull request #51 from ShaileshKumar007/patch-1

Create PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Technerd Brainiac 2021-10-17 21:56:19 +05:30 committed by GitHub
commit 70f5fda040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,23 @@
# Description
Fixes # (issue)
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] User Interface
- [ ] 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
# Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
# ScreenShots (if any)