You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/07/20 13:54:14 UTC

[flink-web] 01/02: Add a code contribution section about how to look for what to contribute

This is an automated email from the ASF dual-hosted git repository.

azagrebin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 6c778cb8e85f1ea2b200fec82fa6e7036ef7b947
Author: Andrey Zagrebin <az...@apache.org>
AuthorDate: Tue Jun 30 11:44:15 2020 +0300

    Add a code contribution section about how to look for what to contribute
    
    This closes #353.
---
 contributing/contribute-code.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/contributing/contribute-code.md b/contributing/contribute-code.md
index ac25524..adf8f39 100644
--- a/contributing/contribute-code.md
+++ b/contributing/contribute-code.md
@@ -12,6 +12,14 @@ Apache Flink is maintained, improved, and extended by code contributions of volu
 
 {% toc %}
 
+## Looking for what to contribute
+
+If you have a good idea for the contribution, you can proceed to [the code contribution process](#code-contribution-process).
+If you are looking for what you could contribute, you can browse open Jira issues in [Flink's bug tracker](https://issues.apache.org/jira/projects/FLINK/issues),
+which are not assigned, and then follow [the code contribution process](#code-contribution-process). If you are very new
+to the Flink project and want to learn about it and its contribution process, you can check
+[the starter issues](https://issues.apache.org/jira/issues/?filter=12349196), which are annotated with a _starter_ label.
+
 ## Code Contribution Process
 
 <style>