File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Issue Template
3+ about : Describe this issue template's purpose here.
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+ _ After [ How it looks now, add it here] _
19+
20+ ### ** Type of Change**
21+ -[ ] Bug fix
22+ -[ ] New Feature
23+ -[ ] Development of UI/UX prototypes
24+ -[ ] Small refactor
25+ -[ ] Change in Documentation
26+
27+ ### ** Checklist**
28+ -[ ] My code follow the same style as the codebase
29+ -[ ] My Code changed required change in documentation
30+ -[ ] I have updated the Readme accordingly
31+ -[ ] I made PR within development branch only
Original file line number Diff line number Diff line change 1+ ---
2+ name : PR Template
3+ about : Make sure you follpw this template before making PR
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+ _ After [ How it looks now, add it here] _
19+
20+ ### ** Type of Change**
21+ -[ ] Bug fix
22+ -[ ] New Feature
23+ -[ ] Development of UI/UX prototypes
24+ -[ ] Small refactor
25+ -[ ] Change in Documentation
26+
27+ ### ** Checklist**
28+ -[ ] My code follow the same style as the codebase
29+ -[ ] My Code changed required change in documentation
30+ -[ ] I have updated the Readme accordingly
31+ -[ ] I made PR within development branch only
You can’t perform that action at this time.
0 commit comments