]> source.dussan.org Git - jquery.git/commitdiff
Docs: Remove the "Grunt build" section from the PR template
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 31 May 2023 16:57:13 +0000 (18:57 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 31 May 2023 16:57:29 +0000 (18:57 +0200)
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)

.github/PULL_REQUEST_TEMPLATE.md

index 828672208e988a738c6fe514c605b04a87061273..ec0910b10e89da20073e8eb2dfef7e859f815874 100644 (file)
@@ -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
 
 <!--