diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index aee392b4..d1311f82 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -Please make sure you have done the following: +Before submitting a PR, please ensure 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` +- [ ] Create a folder with the name of the language you code, inside the directory of the day you're contributing to. +- [ ] Add your code. +- [ ] Test your code. +- [ ] Add credits (author and date) at the top of the code. +- [ ] Update README.md of the day you are contributing to. +- [ ] Add yourself as a contributor using `all-contributors-cli`. \ No newline at end of file diff --git a/dailycodebase b/dailycodebase new file mode 160000 index 00000000..20e1e723 --- /dev/null +++ b/dailycodebase @@ -0,0 +1 @@ +Subproject commit 20e1e723c34981d3f627dc48411d3a43f4eeeec4