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` 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`