diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e69de29 diff --git a/pull_request_template.md b/pull_request_template.md index a6f6728..7d955ab 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,5 +1,25 @@ -Hey How you doing !!! +> ### Change Summary : Please add details here +> ### Push Date : Please add tentative push date here +> ### PR Complexity w.r.t. Review : To be added by Reviewer -Please provide following info: +#### Please fill in below questionnaire.You can tick the boxes after raising PR. -[ ] Description +- [x] Has peer review been done for your code change? + +- [x] Is FT report present for your changes? + +- [x] Is existing FTs needs to be updated because of your changes? + +- [x] Is FT has been written for newly introduced changes? + +- [x] Is FT Code coverage for new changes sufficient? + +- [x] Is pre-commit job for Unit Tests successful? + +- [x] Is pre-commit for Rules Test Cases successful? + +- [x] Is PPMR Version correct? + +- [x] Does your PR has logical commits? + +**SME will start code review only after Peer Review is DONE**