From 9ed1ab2fab455e196fb4b794e9e11a2f0e4fe93b Mon Sep 17 00:00:00 2001 From: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:54:33 +0200 Subject: [PATCH] Update contributing url on PR template --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0b68723..4f18fd63 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,14 @@ -- [ ] 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 -- [ ] Any category I am creating has the minimum requirement of 3 items -- [ ] All changes have been [squashed][squash-link] into a single commit -[squash-link]: +- [ ] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/public-apis-dev/public-apis/blob/main/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 +- [ ] Any category I am creating has the minimum requirement of 3 items +- [ ] All changes have been [squashed][squash-link] into a single commit + +[squash-link]: https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit