Skip to content

Commit 48785bf

Browse files
authored
Create pull_request_template.md
1 parent 54917d7 commit 48785bf

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Description
2+
3+
_Give a summary of the change that you have made_ <br />
4+
5+
Fixes #[ISSUENO]
6+
7+
## Dependencies
8+
9+
_Mention any dependencies/packages used_
10+
11+
## Future Improvements
12+
13+
_Mention any improvements to be done in future related to any file/feature_
14+
15+
## Mentions
16+
17+
_Mention and tag the people_
18+
19+
## Screenshots of relevant screens
20+
21+
_Add screenshots of relevant screens_
22+
23+
## Developer's checklist
24+
25+
- [ ] My PR follows the style guidelines of this project
26+
- [ ] I have performed a self-check on my work
27+
28+
**If changes are made in the code:**
29+
30+
- [ ] I have followed the [coding guidelines](https://google.github.io/styleguide/jsguide.html)
31+
- [ ] My changes in code generate no new warnings
32+
- [ ] My changes are breaking another fix/feature of the project
33+
- [ ] I have added test cases to show that my feature works
34+
- [ ] I have added relevant screenshots in my PR

0 commit comments

Comments
 (0)