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:13 UTC

[flink-web] branch asf-site updated (d00da98 -> e95c6d9)

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

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


    from d00da98  rebuild site
     new 6c778cb  Add a code contribution section about how to look for what to contribute
     new e95c6d9  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contributing/contribute-code.html | 9 +++++++++
 contributing/contribute-code.md           | 8 ++++++++
 2 files changed, 17 insertions(+)


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

Posted by az...@apache.org.
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>


[flink-web] 02/02: Rebuild website

Posted by az...@apache.org.
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 e95c6d9796d7a8252eb1ff4dd79779d2e9ae0221
Author: Andrey Zagrebin <az...@apache.org>
AuthorDate: Tue Jun 30 11:44:33 2020 +0300

    Rebuild website
---
 content/contributing/contribute-code.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/content/contributing/contribute-code.html b/content/contributing/contribute-code.html
index 76b9695..2473034 100644
--- a/content/contributing/contribute-code.html
+++ b/content/contributing/contribute-code.html
@@ -220,6 +220,7 @@
 
 <div class="page-toc">
 <ul id="markdown-toc">
+  <li><a href="#looking-for-what-to-contribute" id="markdown-toc-looking-for-what-to-contribute">Looking for what to contribute</a></li>
   <li><a href="#code-contribution-process" id="markdown-toc-code-contribution-process">Code Contribution Process</a>    <ul>
       <li><a href="#create-jira-ticket-and-reach-consensus" id="markdown-toc-create-jira-ticket-and-reach-consensus">1. Create Jira Ticket and Reach Consensus</a></li>
       <li><a href="#implement-your-change" id="markdown-toc-implement-your-change">2. Implement your change</a></li>
@@ -231,6 +232,14 @@
 
 </div>
 
+<h2 id="looking-for-what-to-contribute">Looking for what to contribute</h2>
+
+<p>If you have a good idea for the contribution, you can proceed to <a href="#code-contribution-process">the code contribution process</a>.
+If you are looking for what you could contribute, you can browse open Jira issues in <a href="https://issues.apache.org/jira/projects/FLINK/issues">Flinkā€™s bug tracker</a>,
+which are not assigned, and then follow <a href="#code-contribution-process">the code contribution process</a>. If you are very new
+to the Flink project and want to learn about it and its contribution process, you can check
+<a href="https://issues.apache.org/jira/issues/?filter=12349196">the starter issues</a>, which are annotated with a <em>starter</em> label.</p>
+
 <h2 id="code-contribution-process">Code Contribution Process</h2>
 
 <style>