From 046296ac2285b20fbd43a621395fc4158cfbd073 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 18 Jan 2024 10:33:28 -0700 Subject: [PATCH] Pull checklist into markdown comment for pull request template (#11501) --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ae6e9441ea..fa7f8ca35f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,10 +16,9 @@ Please look at the following checklist to ensure that your PR can be accepted quickly: ---> ### Checklist: - - [ ] If this PR contains changes to the library itself (not necessary for e.g. docs updates), please include a changeset (see [CONTRIBUTING.md](https://github.com/apollographql/apollo-client/blob/main/CONTRIBUTING.md#changesets)) - [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes) - [ ] Make sure all of the significant new logic is covered by tests +-->