<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cb4f1567ea8ddaeefb9a63d212b381327342f40f">https://github.com/macports/macports-ports/commit/cb4f1567ea8ddaeefb9a63d212b381327342f40f</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 cb4f1567ea8 PULL_REQUEST_TEMPLATE: add machine hardware name
</span>cb4f1567ea8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cb4f1567ea8ddaeefb9a63d212b381327342f40f
</span>Author: Georges Martin <jrjsmrtn@gmail.com>
AuthorDate: Tue Apr 20 00:26:25 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    PULL_REQUEST_TEMPLATE: add machine hardware name
</span>---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 466b1f3d55a..bf3264e2ec5 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;'>@@ -11,7 +11,7 @@
</span> 
 ###### Tested on
 <!-- 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 style='display:block; white-space:pre;background:#ffe0e0;'>-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:#e0ffe0;'>+printf "%s\n" "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion) on $(uname -m)" "$(xcodebuild -version|awk 'NR==1{x=$0}END{print x" "$NF}')"|tee /dev/tty|pbcopy
</span> -->
 macOS x.y
 Xcode x.y
</pre><pre style='margin:0'>

</pre>