Create PULL_REQUEST_TEMPLATE.md

Added PULL_REQUEST_TEMPLATE.md
closes #50
This commit is contained in:
Shailesh Kumar 2021-10-12 16:56:31 +05:30 committed by GitHub
parent e4e9f51283
commit 41dbfe03af
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)