<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/672be5b7f1ef39f527f084b2f03c4b292ec48d4a">https://github.com/macports/macports-ports/commit/672be5b7f1ef39f527f084b2f03c4b292ec48d4a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 672be5b7f1e Update OS/Xcode version command in PR template
</span>672be5b7f1e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 672be5b7f1ef39f527f084b2f03c4b292ec48d4a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Oct 4 00:57:44 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Update OS/Xcode version command in PR template
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Rewrite the OS/Xcode version printing command in the pull request
</span><span style='display:block; white-space:pre;color:#404040;'>    template so that it copies its output to the clipboard and so that it
</span><span style='display:block; white-space:pre;color:#404040;'>    works better on Mac OS X 10.5.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also move "don't open a ticket" comment so that it does not split the
</span><span style='display:block; white-space:pre;color:#404040;'>    list of checkboxes into 2 lists.
</span>---
 .github/PULL_REQUEST_TEMPLATE.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 571e141aa5b..466b1f3d55a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/PULL_REQUEST_TEMPLATE.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/PULL_REQUEST_TEMPLATE.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,11 +10,11 @@
</span> - [ ] security fix
 
 ###### Tested on
<span style='display:block; white-space:pre;background:#ffe0e0;'>-<!-- Generate version information with this command in shell:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)"; echo "Xcode $(xcodebuild -version | awk -v ORS=' ' '{print $NF}')"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!-- Triple-click and copy the next line and paste it into your shell. It will copy your OS and Xcode version to the clipboard. Paste it here replacing this section.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+printf "%s\n" "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)" "$(xcodebuild -version|awk 'NR==1{x=$0}END{print x" "$NF}')"|tee /dev/tty|pbcopy
</span> -->
<span style='display:block; white-space:pre;background:#ffe0e0;'>-macOS 10.x
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Xcode 8.x
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+macOS x.y
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Xcode x.y
</span> 
 ###### Verification <!-- (delete not applicable items) -->
 Have you
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +22,7 @@ Have you
</span> - [ ] followed our [Commit Message Guidelines](https://trac.macports.org/wiki/CommitMessages)?
 - [ ] 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?
<span style='display:block; white-space:pre;background:#ffe0e0;'>-- [ ] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL?
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-<!-- Please don't open a new Trac ticket if you are submitting a pull request. -->
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- [ ] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL? <!-- Please don't open a new Trac ticket if you are submitting a pull request. -->
</span> - [ ] checked your Portfile with `port lint`?
 - [ ] tried existing tests with `sudo port test`?
 - [ ] tried a full install with `sudo port -vst install`?
</pre><pre style='margin:0'>

</pre>