Repository: flink-web Updated Branches: refs/heads/asf-site 7491f2a53 -> 9c930b186
Add FLIP to Community Menu and How-To-Contribute This closes #24 Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/78002577 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/78002577 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/78002577 Branch: refs/heads/asf-site Commit: 78002577dc22020665c68e9abee8a15eff7f1391 Parents: 7491f2a Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Authored: Wed Jul 13 18:11:41 2016 +0200 Committer: Greg Hogan <g...@apache.org> Committed: Wed Nov 2 08:10:05 2016 -0400 ---------------------------------------------------------------------- _includes/navbar.html | 1 + how-to-contribute.md | 4 ++++ 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/78002577/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index 50d5acf..3cbfeec 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -94,6 +94,7 @@ <li><a href="{{ site.baseurl }}/contribute-code.html">Contribute Code</a></li> <li><a href="{{ site.baseurl }}/contribute-documentation.html">Contribute Documentation</a></li> <li><a href="{{ site.baseurl }}/improve-website.html">Improve the Website</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Flink+Improvement+Proposals"><small><span class="glyphicon glyphicon-new-window"></span></small> Flink Improvement Proposals (Design Docs)</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/78002577/how-to-contribute.md ---------------------------------------------------------------------- diff --git a/how-to-contribute.md b/how-to-contribute.md index 3867655..911f322 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -31,6 +31,10 @@ Detailed information is also required, if you plan to contribute the improvement We recommend to first reach consensus with the community on whether a new feature is required and how to implement a new feature, before starting with the implementation. Some features might be out of scope of the project, and it's best to discover this early. +For very big features that change Flink in a fundamental way we have another process in place: +[Flink Improvement Proposals](https://cwiki.apache.org/confluence/display/FLINK/Flink+Improvement+Proposals). If you are interested you can propose a new feature there or follow the +discussions on existing proposals. + ----- ## Help others and join the discussions