Create pull_request_template.md

This commit is contained in:
Sawan Bhattacharya 2022-09-18 13:15:52 +05:30 committed by GitHub
parent 54917d73cb
commit 48785bffa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,34 @@
## Description
_Give a summary of the change that you have made_ <br />
Fixes #[ISSUENO]
## Dependencies
_Mention any dependencies/packages used_
## Future Improvements
_Mention any improvements to be done in future related to any file/feature_
## Mentions
_Mention and tag the people_
## Screenshots of relevant screens
_Add screenshots of relevant screens_
## Developer's checklist
- [ ] My PR follows the style guidelines of this project
- [ ] I have performed a self-check on my work
**If changes are made in the code:**
- [ ] I have followed the [coding guidelines](https://google.github.io/styleguide/jsguide.html)
- [ ] My changes in code generate no new warnings
- [ ] My changes are breaking another fix/feature of the project
- [ ] I have added test cases to show that my feature works
- [ ] I have added relevant screenshots in my PR