From 386b13ad08e15a6a784c8e7a5fc64c20e4624838 Mon Sep 17 00:00:00 2001 From: Rudransh <72294547+Red-0111@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:10:41 +0530 Subject: [PATCH 1/2] Created a pull request template --- pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..71c146cc --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,9 @@ +# Checklist +-Please make sure you have done the following things: + +- [ ] Created a folder with the name of language you code inside directory for the day you are making the contribution to +- [ ] Added your codes +- [ ] Tested your codes +- [ ] Added credits (author and date) at the top of the code +- [ ] Updated README.md of the day you are contributing to +- [ ] Added yourself as a contributor using `all-conributors-cli` From 3d456d373837f2af4ea7a5fccc90e9c6a8922bbb Mon Sep 17 00:00:00 2001 From: Rudransh <72294547+Red-0111@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:35:13 +0530 Subject: [PATCH 2/2] Delete PULL_REQUEST_TEMPLATE.md added a new pull_request_template.md so deleting the previous one --- PULL_REQUEST_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index aee392b4..00000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -Please make sure you have done the following: - -- [ ] Created a folder with the name of language you code inside `/Day/` directory (Where n is for nth day) -- [ ] Added your Codes -- [ ] Tested your codes -- [ ] Added credits (author and date) at the top of the code -- [ ] Updated README.md -- [ ] Added yourself as a contributor using `all-contributors-cli`