Skip to content

Commit 96075a1

Browse files
Merge pull request #70 from Abhijay007/PrTemp
Added Pull Request Template
2 parents 613b4c0 + 2d45e6a commit 96075a1

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/pull_request_template.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
**Issue Number**
2+
3+
fixes #
4+
5+
<!-- Please Mention the issue number as ISSUE #(Issue Number)
6+
Example:
7+
fixes #1
8+
-->
9+
10+
**Describe the changes you've made**
11+
12+
<!-- A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know! -->
13+
14+
**Describe if there is any unusual behavior (Any Warning) of your code(Write `NA` if there isn't)**
15+
16+
<!-- A clear and concise description of it. -->
17+
18+
**Additional context (OPTIONAL)**
19+
20+
<!-- Add any other context or screenshots about the feature request here. -->
21+
22+
**Test plan (OPTIONAL)**
23+
24+
A good test plan should give instructions that someone else can easily follow.
25+
26+
<!-- How someone can test your code? -->
27+
28+
**Checklist**
29+
30+
<!--
31+
Example how to mark a checkbox:-
32+
- [x] My code follows the code style of this project.
33+
-->
34+
35+
- [ ] My code follows the code style of this project.
36+
- [ ] My change requires a change to the documentation.
37+
- [ ] I have updated the documentation accordingly.
38+
- [ ] All new and existing tests passed.
39+
- [ ] The title of my pull request is a short description of the requested changes.
40+
41+
**Provide a Deployed link of route/page that needs to review**
42+
43+
Preview: Deploy preview link here with the appropriate route
44+
45+
<!-- Please add deployed link to here text >

0 commit comments

Comments
 (0)