Skip to content

Commit 6b7c8e3

Browse files
Merge pull request #102 from 96RadhikaJadhav/adding-PR-template
Added PR template
2 parents 3b52c11 + 696998d commit 6b7c8e3

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/PR_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#### Issue Number
2+
ISSUE #
3+
<!-- Please Mention the issue number as ISSUE #(Issue Number)
4+
Example:
5+
ISSUE #5
6+
-->
7+
8+
#### Describe the changes you've made
9+
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!
10+
11+
#### Describe if there is any unusual behaviour of your code(Write `NA` if there isn't)
12+
A clear and concise description of it.
13+
14+
#### Additional context (OPTIONAL)
15+
Add any other context or screenshots about the feature request here.
16+
17+
#### Test plan (OPTIONAL)
18+
A good test plan should give instructions that someone else can easily follow.
19+
How someone can test your code?
20+
21+
#### Checklist
22+
<!--
23+
Example how to mark a checkbox :-
24+
- [x] My code follows the code style of this project.
25+
-->
26+
- [ ] I have added my name in the contributors list at the end of README.md file.
27+
- [ ] My code follows the code style of this project.
28+
- [ ] My change requires a change to the documentation.
29+
- [ ] I have updated the documentation accordingly.
30+
- [ ] I have added tests to cover my changes.
31+
- [ ] All new and existing tests passed.
32+
- [ ] The title of my pull request is a short description of the requested changes.
33+
- [ ] Open Source Program names(OPTIONAL: If you participated in any open-source program then please mention the program name here)

0 commit comments

Comments
 (0)