From bc5d468093d3e00167fcaa62ae7934e2f3a4e6e5 Mon Sep 17 00:00:00 2001 From: Ming Tsai <37890026+ming-tsai@users.noreply.github.com> Date: Sat, 16 Oct 2021 13:24:32 -0400 Subject: [PATCH] docs: add checklist for pull request template (#568) Co-authored-by: Ujjwal <75884061+UG-SEP@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f9559d97..3bcee110 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,13 @@ - + + +**PR Checklist:** +- [ ] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) +- [ ] My addition is on refer on the language README.md file +- [ ] My addition does not have a spelling problem +- [ ] My submission has a proper and user-friendly description of the algorithm +- [ ] My submission has the time complexity of the algorithm +- [ ] My submission has sample input-output of the program (NOT FOR PYTHON) +- [ ] The description does not end with punctuation