You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/07/05 23:31:14 UTC

[1/2] incubator-mynewt-site git commit: Clarified instructions for committing code to github mirror Also, this closes #101

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 8b9249d7b -> b503b5b74


Clarified instructions for committing code to github mirror
Also, this closes #101


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/2da3e2b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/2da3e2b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/2da3e2b9

Branch: refs/heads/master
Commit: 2da3e2b9ab7818152a6eb7f08fb57498325c3646
Parents: cbbde70
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jul 5 14:01:04 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jul 5 16:29:26 2016 -0700

----------------------------------------------------------------------
 custom-theme/community.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2da3e2b9/custom-theme/community.html
----------------------------------------------------------------------
diff --git a/custom-theme/community.html b/custom-theme/community.html
index f9319bc..187daa3 100644
--- a/custom-theme/community.html
+++ b/custom-theme/community.html
@@ -67,12 +67,12 @@
 
                 <h3>Contributing Code</h3>
                 <p>
-                You can start contributing right away, even if you are not a committer on Apache Mynewt! One requirement is that you adhere to the Apache's proposed workflow as explained <a href="https://git-wip-us.apache.org/docs/workflow.html">here</a>. Basically, you submit your initial edits for your peers to review and merge. After a few successful patches under your belt, you will get access to commit code directly to the module you are working on in the repository. And over time, you will get full access to all the repositories, where you can commit code to any module. </p>
+                You can start contributing right away, even if you are not a committer on Apache Mynewt! One requirement is that you adhere to the Apache's proposed workflow as explained <a href="https://git-wip-us.apache.org/docs/workflow.html">here</a>. Basically, you submit your initial edits for your peers to review and merge. After a few successful patches under your belt, you will get access to commit code directly to the module you are working on in the repository. And over time, you will get full access to all the repositories, where you can commit code to any module on the apache git repository (and not the github mirror). </p>
                 <p>You may choose to submit patches in one of the two following ways:
                 <br>
                 <ol>
                 <li>
-                Fork the mirrored repository to create your very own repo on github. Clone the forked repository into a local branch on your machine and make your changes. Then submit a pull request from the fork on the github mirror of the appropriate Apache Mynewt repository by clicking the green "New pull request" button on the page:
+                Fork the mirrored repository to create your very own repo on github. Clone the forked repository into a local branch on your machine. <mark> Either checkout the `develop` branch and make your changes in the develop branch or create a new branch out of `develop` and work there.</mark> Then submit a <mark> pull request to the `develop` branch </mark> on the github mirror of the appropriate Apache Mynewt repository by clicking the green "New pull request" button on your github fork page:
                    <ul>
                    <br>
                    <li><a href="https://github.com/apache/incubator-mynewt-larva">Apache Mynewt larva repo mirrored on github</a></li>
@@ -82,7 +82,8 @@
                    <li><a href="https://github.com/apache/incubator-mynewt-site">Apache Mynewt documentation repo mirrored on github</a></li>
                    <br>
                    </ul>
-                <p>In the comment for the pull request, include a description of the changes you have made and why. Github will automatically notify everyone on the commits@mynewt.incubator.apache.org mailing list about the newly opened pull requests. You can open a pull request even if you don't think the code is ready for merging but want some discussion on the matter. </p>
+                <p> <mark>The bottomline is to work with the `develop` branch. </mark> It has the latest code and you want your changes tested, working, and merged with that codebase. In the comment for the pull request, include a description of the changes you have made and why. Github will automatically notify everyone on the commits@mynewt.incubator.apache.org mailing list about the newly opened pull requests. You can open a pull request even if you don't think the code is ready for merging but want some discussion on the matter. </p>
+                <p> If you have already submitted a pull request against the `develop` branch on the mirror but have modified your code futher (e.g. after some feedback from the community or another clever idea popping into your head) <mark> there is no need to open a new pull request</mark>. The old pull request will get updated with your changes. Always remember to <mark> fetch the latest code from `develop` before committing your changes to the branch.</mark> </p>
                 <p> Upon receiving notification, one or more committers will review your work, ask for edits or clarifications, and merge when your proposed changes are ready.</p>
                 </li>
                 <li>


[2/2] incubator-mynewt-site git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-site This closes #101

Posted by ad...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-site
This closes #101


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/b503b5b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/b503b5b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/b503b5b7

Branch: refs/heads/master
Commit: b503b5b74ba2ebe851d7416627fae97afdb2f503
Parents: 2da3e2b 8b9249d
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jul 5 16:30:56 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jul 5 16:30:56 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------