<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/9fc5bc07693febee5f7828e7226008e8a569174e">https://github.com/macports/macports-guide/commit/9fc5bc07693febee5f7828e7226008e8a569174e</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 9fc5bc0  Fix typo
</span>9fc5bc0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9fc5bc07693febee5f7828e7226008e8a569174e
</span>Author: Martin Bächtold <mbaechtold@users.noreply.github.com>
AuthorDate: Sat Feb 2 13:57:09 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Fix typo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Merging multiple git commits into a single commit is called "squashing", not "squishing".
</span>---
 guide/adoc/project.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/adoc/project.adoc b/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;color:#808080;'>index b5d385f..b1c82cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -277,7 +277,7 @@ The point is to minimize them, ideally with one commit per logical change.)
</span> You can do this on the appropriate GitHub page.
 For example, you can request a pull of a Portfile on https://github.com/macports/macports-ports/pulls[
 the macports-ports repository pull request page].
<span style='display:block; white-space:pre;background:#ffe0e0;'>-. Go through the process of waiting for the CI system to build your new port, receiving feedback from our team, possibly being asked to make changes to your requested pull, and making those changes. (If you are asked for additional changes, please squish them to avoid unnecessary commits.)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+. Go through the process of waiting for the CI system to build your new port, receiving feedback from our team, possibly being asked to make changes to your requested pull, and making those changes. (If you are asked for additional changes, please squash them to avoid unnecessary commits.)
</span> 
 We try to process pull requests very quickly.
 If you do not see activity on your request within a few days, please feel free to get in touch with us on the mailto:macports-dev@lists.macports.org[] mailing list to request a review and/or commit.
</pre><pre style='margin:0'>

</pre>