Added Contribute page
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7fbc6817 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7fbc6817 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7fbc6817 Branch: refs/heads/cordova-website Commit: 7fbc681729ab83fc173946d7a152675962db9436 Parents: 0ba27ee Author: Brad Gashler <[email protected]> Authored: Thu Aug 13 11:18:31 2015 -0700 Committer: Brad Gashler <[email protected]> Committed: Thu Aug 13 11:18:31 2015 -0700 ---------------------------------------------------------------------- www/_includes/header.html | 2 +- www/contribute/index.html | 51 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7fbc6817/www/_includes/header.html ---------------------------------------------------------------------- diff --git a/www/_includes/header.html b/www/_includes/header.html index ed8f902..eee6bfc 100644 --- a/www/_includes/header.html +++ b/www/_includes/header.html @@ -24,7 +24,7 @@ <a href="{{ site.baseurl }}/blog">Blog<span class="badge">5</span></a> </li> <li> - <a href="{{ site.baseurl }}/#contribute">Contribute</a> + <a href="{{ site.baseurl }}/contribute/">Contribute</a> </li> <li> <a href="{{ site.baseurl }}/#contact">Contact</a> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7fbc6817/www/contribute/index.html ---------------------------------------------------------------------- diff --git a/www/contribute/index.html b/www/contribute/index.html new file mode 100644 index 0000000..2757d2b --- /dev/null +++ b/www/contribute/index.html @@ -0,0 +1,51 @@ +--- +layout: cordova +title: Apache Cordova Plugins +--- + +<!-- REMOVE THIS LINK BEFORE PUBLISHING. This is just for IntelliSense while coding --> +<!-- <link rel="stylesheet" type="text/css" href="static/css/lib/bootstrap.css"/> --> + +<!-- Main jumbotron for a primary marketing message or call to action --> +<div class="container"> + <div class="row"> + <div class="col-sm-12 text-center"> + <h1>Want to Contribute</h1> + </div> + </div> + <div class="row"> + <div class="col-sm-12"> + <p>Contributors are welcome! And we need your contributions to keep the project moving forward. You can report bugs, improve + the documentation, or contribute code.</p> + <p>There is a specific <a href="http://wiki.apache.org/cordova/ContributorWorkflow">contributor workflow</a> we recommend. Start + reading there. More information is available on <a href="http://wiki.apache.org/cordova">our wiki</a>.</p> + <p> The <a href="https://issues.apache.org/jira/browse/CB">JIRA issue tracker</a> and the <a href="#mailing-list">dev mailing list</a> are good places to identify areas to help out in. + <br> Search the issue tracker: + <input placeholder="Search Query" id="jira-search-box" onkeypress="event.keyCode==13 && submitJiraSearchForm()"> + <button id="jira-search-button" onclick="submitJiraSearchForm()">Search</button> + </p> + <p>To share your contributions with the community, you can send a pull request on GitHub to the Apache git mirrors. You can + also advocate for your changes directly on our <a href="#mailing-list">developer mailing list</a>.</p> + <p>In order for your changes to be accepted, you need to sign and submit an Apache <a href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by <a href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>. </p> + <p>And don't forget to test and document your code.</p> + <p>Each component of Apache Cordova is in a separate git repository:</p> + </div> + </div> + <!-- + <div class="row"> + <div class="col-sm-6"> + <div class="progress"> + <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" + style="width: 40%"> + <span class="sr-only">40% Complete (success)</span> + </div> + </div> + </div> + <div class="col-sm-6"> + + </div> + </div> + --> + +</div> +<!-- /container --> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
