diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-31 18:57:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 18:57:13 +0200 |
commit | 988a56847de301ce18a653f84b07c5af432a269f (patch) | |
tree | 6bd80deba04e8241c2771873de1b97e10b928ea6 /.github | |
parent | 44906a83d28a81f0107f8418a430db7e040a776b (diff) | |
download | jquery-988a56847de301ce18a653f84b07c5af432a269f.tar.gz jquery-988a56847de301ce18a653f84b07c5af432a269f.zip |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 <!-- |