From 9bb29feae1236d2fa347efa30e4fa1b4ef60d554 Mon Sep 17 00:00:00 2001 From: vikrantraut Date: Wed, 22 Jun 2022 11:54:38 +0530 Subject: [PATCH 1/2] Update todo.html --- todo.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/todo.html b/todo.html index 122051c..bbb21ff 100644 --- a/todo.html +++ b/todo.html @@ -1,7 +1,6 @@ - To-Do Apps - + To-Do Apps @@ -38,4 +37,4 @@

To-Do Apps

- \ No newline at end of file + From adf6a3092bda8cbaa24bfdfda8fb48ded4e0606c Mon Sep 17 00:00:00 2001 From: vikrantraut Date: Wed, 22 Jun 2022 17:31:46 +0530 Subject: [PATCH 2/2] Create pull_request_checklist.md --- pull_request_checklist.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pull_request_checklist.md diff --git a/pull_request_checklist.md b/pull_request_checklist.md new file mode 100644 index 0000000..3536d46 --- /dev/null +++ b/pull_request_checklist.md @@ -0,0 +1,25 @@ +## Please ensure your pull request adheres to the following guidelines: + +## Task / Bug description: + + +## Did you run the test cases in your branch ? + - [ ] Yes + - [ ] No + +## Did you run all SRE check in your branch ? + - [ ] Yes + - [ ] No + +## Does your new code introduce new warnings or binding errors ? + - [ ] Yes + - [ ] No + +## Did you test this code on all browsers ? + - [ ] Chrome + - [ ] Firefox + - [ ] Safari + - [ ] Edge + - [ ] Internet Explorer + +## Thanks for contributing!