From dc317dfe2bdc8295cbc5702fece28f5a79988f13 Mon Sep 17 00:00:00 2001 From: Pawel Borkar <36134699+pawelborkar@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:22:05 +0530 Subject: [PATCH] Add description limit to the checklist --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index efd9ccee..e0b68723 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,7 @@ - [ ] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [ ] My addition is ordered alphabetically - [ ] My submission has a useful description +- [ ] The description does not have more than 100 characters - [ ] The description does not end with punctuation - [ ] Each table column is padded with one space on either side - [ ] I have searched the repository for any relevant issues or pull requests