Skip to content

Commit

Permalink
Merge pull request #28 from 96RadhikaJadhav/Added-PR-template
Browse files Browse the repository at this point in the history
Added PR template
  • Loading branch information
Harshal0902 authored Feb 15, 2021
2 parents d53ee44 + a5c98f8 commit 452b07f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/PR_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#### Issue Number
ISSUE #
<!-- Please Mention the issue number as ISSUE #(Issue Number)
Example:
ISSUE #5
-->

#### Describe the changes you've made
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!

#### Describe if there is any unusual behaviour of your code(Write `NA` if there isn't)
A clear and concise description of it.

#### Additional context (OPTIONAL)
Add any other context or screenshots about the feature request here.

#### Test plan (OPTIONAL)
A good test plan should give instructions that someone else can easily follow.
How someone can test your code?

#### Checklist
<!--
Example how to mark a checkbox :-
- [x] My code follows the code style of this project.
-->
- [ ] I have added my name in the contributors list at the end of README.md file.
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] The title of my pull request is a short description of the requested changes.
- [ ] Open Source Program names(OPTIONAL: If you participated in any open-source program then please mention the program name here)

0 comments on commit 452b07f

Please sign in to comment.