mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 14:01:12 +00:00
Create pull_request_template.md
This commit is contained in:
parent
54917d73cb
commit
48785bffa0
34
.github/pull_request_template.md
vendored
Normal file
34
.github/pull_request_template.md
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user