Skip to content

Commit

Permalink
Add CONTRIBUTING.md file with pointers to our guides
Browse files Browse the repository at this point in the history
Closes apache#778
  • Loading branch information
rmetzger authored and mbalassi committed Jun 8, 2015
1 parent 1484e00 commit 80b1d56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# How to contribute to Apache Flink

Thank you for your intention to contribute to the Apache Flink project. As an open-source community, we highly appreciate external contributions to our project.

To make the process smooth for the project *committers* (those who review and accept changes) and *contributors* (those who propose new changes via pull requests), there are a few rules to follow.

## Contribution Guidelines

Please check out the [How to Contribute guide](http://flink.apache.org/how-to-contribute.html) to understand how contributions are made.
There is also a list of [Coding Guidelines](http://flink.apache.org/coding-guidelines.html) that you should follow.

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ under the License.
<!-- Administrative files in the main trunk. -->
<exclude>**/README.md</exclude>
<exclude>CHANGELOG</exclude>
<exclude>CONTRIBUTING.md</exclude>
<exclude>CONTRIBUTORS</exclude>
<exclude>DEPENDENCIES</exclude>
<!-- Build files -->
Expand Down

0 comments on commit 80b1d56

Please sign in to comment.