Commits
Perry E. Metzger authored d1f9a7e45d1
21 21 | |
22 22 | - [ ] followed our [Commit Message Guidelines](https://trac.macports.org/wiki/CommitMessages)? |
23 23 | - [ ] squashed and [minimized your commits](https://guide.macports.org/#project.github)? |
24 24 | - [ ] checked that there aren't other open [pull requests](https://github.com/macports/macports-ports/pulls) for the same change? |
25 25 | - [ ] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL? |
26 26 | <!-- Please don't open a new Trac ticket if you are submitting a pull request. --> |
27 27 | - [ ] checked your Portfile with `port lint`? |
28 28 | - [ ] tried existing tests with `sudo port test`? |
29 29 | - [ ] tried a full install with `sudo port -vst install`? |
30 30 | - [ ] tested basic functionality of all binary files? |
31 + | |
32 + | <!-- Use "skip notification" (surrounded with []) to avoid notifying maintainers --> |