Author: dmagda
Date: Tue Dec 1 18:21:17 2015
New Revision: 1717490
URL: http://svn.apache.org/viewvc?rev=1717490&view=rev
Log:
Replcaced patch-based contribution's way information with the pull-request based
Modified:
ignite/site/trunk/community/contribute.html
Modified: ignite/site/trunk/community/contribute.html
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/community/contribute.html?rev=1717490&r1=1717489&r2=1717490&view=diff
==============================================================================
--- ignite/site/trunk/community/contribute.html (original)
+++ ignite/site/trunk/community/contribute.html Tue Dec 1 18:21:17 2015
@@ -159,14 +159,8 @@ under the License.
Pick a ticket from
<a href="https://issues.apache.org/jira/browse/IGNITE"
target="_blank">Ignite Jira</a>
</li>
- <li>Create a branch in GIT (same name as the ticket, all
lowercase)</li>
- <li>When ready, submit a patch in Jira and assign to a
committer</li>
- <li>
- Send email to the <a
href="mailto:[email protected]">dev list</a> stating that
- patch is ready
- </li>
- <li>The committer will provide comments after review.</li>
- <li>If the patch is rejected, address comments and repeat the
process.</li>
+ <li>Follow GitHub pull-request's based contribution way that
is described
+ <a
href="https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-1.CreateGitHubpull-request">here</a>
in details.</li>
</ul>
</section>