Skip to content

Commit 856382e

Browse files
Update PR templates
1 parent a6163b9 commit 856382e

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)