<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c30941ab56093c30c52cd10c87cd0b776b0232c">https://github.com/macports/macports-ports/commit/6c30941ab56093c30c52cd10c87cd0b776b0232c</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 6c30941  Improvements to Pull Request Template
</span>6c30941 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6c30941ab56093c30c52cd10c87cd0b776b0232c
</span>Author: Perry E. Metzger <pmetzger@macports.org>
AuthorDate: Mon May 7 10:22:25 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Improvements to Pull Request Template
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - Add suggestion that commits be squashed and minimized.
</span><span style='display:block; white-space:pre;color:#404040;'>    - Remove suggestion that template be removed for minor commits, it is
</span><span style='display:block; white-space:pre;color:#404040;'>      almost always the case that people remove them inappropriately.
</span><span style='display:block; white-space:pre;color:#404040;'>    - Remove instructions on how not to alert the maintainer, even for
</span><span style='display:block; white-space:pre;color:#404040;'>      openmaintainer we prefer to alert people to changes.
</span>---
 .github/PULL_REQUEST_TEMPLATE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 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 a549033..06f5427 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;'>@@ -1,7 +1,6 @@
</span> #### Description
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-<!-- Use "skip notification" (surrounded with []) to avoid notifying maintainers -->
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-<!-- (delete all below for minor changes) -->
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!-- Note: it is best make pull requests from a branch rather than from master -->
</span> 
 ###### Type(s)
 <!-- update (title contains ": U(u)pdate to"), submission (new Portfile) and CVE Identifiers are auto-detected, replace [ ] with [x] to select -->
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +20,7 @@ Xcode 8.x
</span> Have you
 
 - [ ] followed our [Commit Message Guidelines](https://trac.macports.org/wiki/CommitMessages)?
<span style='display:block; white-space:pre;background:#e0ffe0;'>+- [ ] squashed and [minimized your commits](https://guide.macports.org/#project.github)?
</span> - [ ] 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?
 <!-- Please don't open a new Trac ticket if you are submitting a pull request. -->
</pre><pre style='margin:0'>

</pre>