-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from 96RadhikaJadhav/Added-PR-template
Added PR template
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |