Skip to content

Commit 39d9c0c

Browse files
tempelate for all the pull requests raised in backend
1 parent 416e5ae commit 39d9c0c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Date: change date here
2+
Developer Name: developer name here
3+
4+
----
5+
6+
## Issue Ticket Number:-
7+
- add issue ticket number here e.g `#923`
8+
9+
## Description:
10+
Add description of the PR here
11+
12+
13+
Is Under Feature Flag
14+
- [x] Yes
15+
- [ ] No
16+
17+
Database changes
18+
- [ ] Yes
19+
- [x] No
20+
21+
Breaking changes (If your feature is breaking/missing something please mention pending tickets)
22+
- [ ] Yes
23+
- [x] No
24+
25+
Is Development Tested?
26+
27+
- [x] Yes
28+
- [ ] No
29+
30+
Tested in staging?
31+
32+
- [x] Yes
33+
- [ ] No
34+
35+
## Add relevant Screenshot below ( e.g test coverage etc. )

0 commit comments

Comments
 (0)