docs: add checklist for pull request template (#568)

Co-authored-by: Ujjwal <75884061+UG-SEP@users.noreply.github.com>
pull/586/head
Ming Tsai 2021-10-16 13:24:32 -04:00 committed by GitHub
parent f85160e131
commit bc5d468093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
<!--
Please make sure to read the Contribution Guidelines: <!-- To ensure your PR is dealt with swiftly please check the following: -->
--> **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
<!-- PULL REQUEST TEMPLATE --> <!-- PULL REQUEST TEMPLATE -->
<!-- (Update "[ ]" to "[x]" to check a box) --> <!-- (Update "[ ]" to "[x]" to check a box) -->