You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/10/11 01:17:44 UTC

git commit: - Added the How To Contribute section - Update with the new Apache Twill Logo.

Repository: incubator-twill
Updated Branches:
  refs/heads/site 128a16f35 -> 1be145b00


- Added the How To Contribute section
- Update with the new Apache Twill Logo.

Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/1be145b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/1be145b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/1be145b0

Branch: refs/heads/site
Commit: 1be145b00149ec993f7c3499efbb296a67a4e340
Parents: 128a16f
Author: Terence Yim <te...@cask.co>
Authored: Fri Oct 10 16:17:35 2014 -0700
Committer: Terence Yim <te...@cask.co>
Committed: Fri Oct 10 16:17:35 2014 -0700

----------------------------------------------------------------------
 src/site/markdown/HowToContribute.md           |  51 ++++++++++++++++++++
 src/site/resources/images/ApacheTwill_logo.png | Bin 0 -> 28216 bytes
 src/site/site.xml                              |   8 +++
 3 files changed, 59 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/1be145b0/src/site/markdown/HowToContribute.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/HowToContribute.md b/src/site/markdown/HowToContribute.md
new file mode 100644
index 0000000..a51393b
--- /dev/null
+++ b/src/site/markdown/HowToContribute.md
@@ -0,0 +1,51 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<head>
+  <title>How to Contribute</title>
+</head>
+
+## Contributing to Apache Twill
+
+The Apache Twill team welcome all types of contributions, whether they are bug reports, feature requests,
+documentation, or code patches.
+
+### Reporting Issues
+
+To report bugs or request new features, please open an issue in the
+[Apache Twill JIRA](https://issues.apache.org/jira/browse/TWILL). You can also use the
+[dev mailing list](mail-lists.html) for general questions or discussions.
+
+### Contributing Code
+
+We prefer contributions through [GitHub](https://github.com/apache/incubator-twill) pull requests. Please follow
+these steps to get your contributions in:
+
+1. Open a new issue or pick up an existing one in the [Apache Twill JIRA](https://issues.apache.org/jira/browse/TWILL)
+  about the patch that you are going to submit.
+2. If you are proposing public API changes or big changes, please attach a design document to the JIRA. You
+  can also use the [dev mailing list](mail-lists.html) to discuss it first. This will help us understand your needs
+  and best guide your solution in a way that fits the project.
+3. [Fork](https://help.github.com/articles/fork-a-repo) the
+  [Apache Twill GitHub repo.](https://github.com/apache/incubator-twill)
+4. Make the changes and send a [pull request](https://help.github.com/articles/using-pull-requests) from your
+  forked repo to the Apache Twill repo.
+5. Please prefix your pull request title with the JIRA issue ID; for example, `(TWILL-87) Adding container placement policy`.
+6. Please complete the pull request description with additional details as appropriate.
+7. Once sent, code review will be done through the pull request.
+8. Once all review issues are resolved, we will merge the changes into the `master` branch of the Apache Twill repo.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/1be145b0/src/site/resources/images/ApacheTwill_logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/ApacheTwill_logo.png b/src/site/resources/images/ApacheTwill_logo.png
new file mode 100644
index 0000000..cab6468
Binary files /dev/null and b/src/site/resources/images/ApacheTwill_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/1be145b0/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 1e256fc..be2eaef 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,6 +17,13 @@
  limitations under the License.
 -->
 <project name="Apache Twill">
+
+    <bannerLeft>
+        <name>Apache Twill</name>
+        <src>images/ApacheTwill_logo.png</src>
+        <href>twill.incubator.apache.org</href>
+        <alt>Apache Twill</alt>
+    </bannerLeft>
     <bannerRight>
         <src>http://incubator.apache.org/images/egg-logo.png</src>
         <href>http://incubator.apache.org/</href>
@@ -51,6 +58,7 @@
         </menu>
 
         <menu name="Get Involved">
+            <item name="How to Contribute" href="HowToContribute.html"/>
             <item name="Mailing Lists" href="mail-lists.html"/>
             <item name="Sources" href="source-repository.html"/>
             <item name="Issues" href="issue-tracking.html"/>