File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Pull Request template
3+ about : Please Describe your PR accordingly
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### ** Problem**
11+ _ Describe the problem you are trying to achieve. Please provide in detail_
12+
13+ ### ** Solution of problem**
14+ _ How did you solve this problem? Please provide in detail_
15+
16+ ### ** Before and After Screenshots**
17+ _ ** Before** [ How was it earlier, add it here] _
18+
19+ _ ** After** [ How it looks now, add it here] _
20+
21+ ### ** Type of Change**
22+ - [ ] Bug fix
23+ - [ ] New Feature
24+ - [ ] Development of UI/UX prototypes
25+ - [ ] Small refactor
26+ - [ ] Change in Documentation
27+
28+ ### ** Checklist**
29+ - [ ] My code follow the same style as the codebase
30+ - [ ] My Code changed required change in documentation
31+ - [ ] I have updated the Readme accordingly
32+ - [ ] I made PR within ** development branch only**
You can’t perform that action at this time.
0 commit comments