From 9e1ddc36c08c4f21aadec30b485cdd09f7a8eeb5 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Fri, 29 Nov 2024 13:01:56 +1100 Subject: [PATCH] PR template: remove --nitpick from lint question See d5c2cd8 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f0d542f72191..f45f2b9930975 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ Have you - [ ] squashed and [minimized your commits](https://guide.macports.org/#project.github)? - [ ] checked that there aren't other open [pull requests](https://github.com/macports/macports-ports/pulls) for the same change? - [ ] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL in commit message? -- [ ] checked your Portfile with `port lint --nitpick`? +- [ ] checked your Portfile with `port lint`? - [ ] tried existing tests with `sudo port test`? - [ ] tried a full install with `sudo port -vst install`? - [ ] tested basic functionality of all binary files?