Skip to content

Commit c98bef3

Browse files
tempelate for all the pull requests raised in backend ( testing on forked branch )
1 parent bdbacf2 commit c98bef3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)