Repository: incubator-pirk Updated Branches: refs/heads/gh-pages f00fda031 -> 22fa4e21f
minor update to How to Contribute website page Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/22fa4e21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/22fa4e21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/22fa4e21 Branch: refs/heads/gh-pages Commit: 22fa4e21f505107f7163029ef12557d8159e5ed0 Parents: f00fda0 Author: eawilliams <[email protected]> Authored: Tue Jul 19 15:50:19 2016 -0400 Committer: eawilliams <[email protected]> Committed: Tue Jul 19 15:50:19 2016 -0400 ---------------------------------------------------------------------- _site/feed.xml | 4 ++-- _site/how_to_contribute.html | 4 ++-- how_to_contribute.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/22fa4e21/_site/feed.xml ---------------------------------------------------------------------- diff --git a/_site/feed.xml b/_site/feed.xml index b289bdb..559feed 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://pirk.incubator.apache.org/</link> <atom:link href="http://pirk.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Sun, 17 Jul 2016 11:25:22 -0400</pubDate> - <lastBuildDate>Sun, 17 Jul 2016 11:25:22 -0400</lastBuildDate> + <pubDate>Tue, 19 Jul 2016 15:49:56 -0400</pubDate> + <lastBuildDate>Tue, 19 Jul 2016 15:49:56 -0400</lastBuildDate> <generator>Jekyll v3.0.5</generator> </channel> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/22fa4e21/_site/how_to_contribute.html ---------------------------------------------------------------------- diff --git a/_site/how_to_contribute.html b/_site/how_to_contribute.html index ef8db87..3448e9a 100644 --- a/_site/how_to_contribute.html +++ b/_site/how_to_contribute.html @@ -268,7 +268,7 @@ git pull --squash <contributor's GitHub repo> PIRK-XXXX # merge to master <p>You now can commit the request:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>git commit --author <contributor_email> -a -m "PIRK-XXXX <description> - closes apache/incubator-pirk#ZZ" +<div class="highlighter-rouge"><pre class="highlight"><code>git commit --author "contributor_name <contributor_email>" -a -m "PIRK-XXXX <description> - closes apache/incubator-pirk#ZZ" </code></pre> </div> @@ -276,7 +276,7 @@ git pull --squash <contributor's GitHub repo> PIRK-XXXX # merge to master <p>Next, push to the apache master branch:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>push apache master +<div class="highlighter-rouge"><pre class="highlight"><code>git push apache master </code></pre> </div> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/22fa4e21/how_to_contribute.md ---------------------------------------------------------------------- diff --git a/how_to_contribute.md b/how_to_contribute.md index c82a606..ccbb213 100644 --- a/how_to_contribute.md +++ b/how_to_contribute.md @@ -103,13 +103,13 @@ Merging pull requests are equivalent to a "pull" of a contributor's branch; to m You now can commit the request: - git commit --author <contributor_email> -a -m "PIRK-XXXX <description> - closes apache/incubator-pirk#ZZ" + git commit --author "contributor_name <contributor_email>" -a -m "PIRK-XXXX <description> - closes apache/incubator-pirk#ZZ" PIRK-XXXX is in all caps and ZZ is the pull request number on apache/incubator-pirk. Including "closes apache/incubator-pirk#ZZ" will close the [pull request automatically](https://help.github.com/articles/closing-issues-via-commit-messages/). Next, push to the apache master branch: - push apache master + git push apache master (this will require Apache handle credentials).
