diff --git a/.github/PR_template.md b/.github/PR_template.md new file mode 100644 index 0000000..8bc3c8b --- /dev/null +++ b/.github/PR_template.md @@ -0,0 +1,33 @@ +#### Issue Number +ISSUE # + + +#### 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 + +- [ ] 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)