From: Michał Gołębiowski-Owczarek Date: Wed, 31 May 2023 16:57:13 +0000 (+0200) Subject: Docs: Remove the "Grunt build" section from the PR template X-Git-Tag: 3.7.1~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=992a66538b535d24c9ba46c3a4492665943b40c7;p=jquery.git Docs: Remove the "Grunt build" section from the PR template Now that unit tests are run on GitHub Actions in all three major engines and for multiple custom jQuery builds, the request for PR authors to run unit tests locally and confirm they pass is needless overhead; let's drop the checkbox. Closes gh-5261 (cherry picked from commit 988a56847de301ce18a653f84b07c5af432a269f) --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 828672208..ec0910b10 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,6 @@ Mark an `[x]` for completed items, if you're not sure leave them unchecked and w --> * [ ] New tests have been added to show the fix or feature works -* [ ] Grunt build and unit tests pass locally with these changes * [ ] If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com