This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/master by this push:
new a2f87a0 Site: Add new committers and PMC
a2f87a0 is described below
commit a2f87a0558e172366f1db7ae6c8123d9b0fbb490
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Apr 29 19:59:42 2019 +1000
Site: Add new committers and PMC
---
community/index.html | 22 ++++++++++++++++++++--
develop/index.html | 20 ++++++++++++++++++++
2 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/community/index.html b/community/index.html
index 18e8cda..7ec0c90 100644
--- a/community/index.html
+++ b/community/index.html
@@ -173,6 +173,12 @@ streaming and spatial data (Julian Hyde)</li>
<td style="text-align: left">Committer</td>
</tr>
<tr>
+ <td style="text-align: left">Chunwei Lei (<a
href="http://people.apache.org/phonebook.html?uid=chunwei">chunwei</a>)</td>
+ <td style="text-align: left"><a href="http://github.com/chunweilei"><img
width="64" src="http://github.com/chunweilei.png" /></a></td>
+ <td style="text-align: left">Alibaba</td>
+ <td style="text-align: left">Committer</td>
+ </tr>
+ <tr>
<td style="text-align: left">Edmon Begoli (<a
href="http://people.apache.org/phonebook.html?uid=ebegoli">ebegoli</a>)</td>
<td style="text-align: left"><a href="http://github.com/ebegoli"><img
width="64" src="http://github.com/ebegoli.png" /></a></td>
<td style="text-align: left">Oak Ridge National Laboratory</td>
@@ -305,6 +311,12 @@ streaming and spatial data (Julian Hyde)</li>
<td style="text-align: left">Committer</td>
</tr>
<tr>
+ <td style="text-align: left">Ruben Quesada Lopez (<a
href="http://people.apache.org/phonebook.html?uid=rubenql">rubenql</a>)</td>
+ <td style="text-align: left"><a href="http://github.com/rubenada"><img
width="64" src="http://github.com/rubenada.png" /></a></td>
+ <td style="text-align: left">TIBCO</td>
+ <td style="text-align: left">Committer</td>
+ </tr>
+ <tr>
<td style="text-align: left">Sergey Nuyanzin (<a
href="http://people.apache.org/phonebook.html?uid=snuyanzin">snuyanzin</a>)</td>
<td style="text-align: left"><a href="http://github.com/snuyanzin"><img
width="64" src="http://github.com/snuyanzin.png" /></a></td>
<td style="text-align: left">EPAM</td>
@@ -325,8 +337,8 @@ streaming and spatial data (Julian Hyde)</li>
<tr>
<td style="text-align: left">Stamatis Zampetakis (<a
href="http://people.apache.org/phonebook.html?uid=zabetak">zabetak</a>)</td>
<td style="text-align: left"><a href="http://github.com/zabetak"><img
width="64" src="http://github.com/zabetak.png" /></a></td>
- <td style="text-align: left">TIBCO EBX</td>
- <td style="text-align: left">Committer</td>
+ <td style="text-align: left">TIBCO</td>
+ <td style="text-align: left">PMC</td>
</tr>
<tr>
<td style="text-align: left">Steven Noels (<a
href="http://people.apache.org/phonebook.html?uid=stevenn">stevenn</a>)</td>
@@ -365,6 +377,12 @@ streaming and spatial data (Julian Hyde)</li>
<td style="text-align: left">Committer</td>
</tr>
<tr>
+ <td style="text-align: left">Zhiwei Peng (<a
href="http://people.apache.org/phonebook.html?uid=zhiwei">zhiwei</a>)</td>
+ <td style="text-align: left"><a
href="http://github.com/pengzhiwei2018"><img width="64"
src="http://github.com/pengzhiwei2018.png" /></a></td>
+ <td style="text-align: left">Ant Financial Group</td>
+ <td style="text-align: left">Committer</td>
+ </tr>
+ <tr>
<td style="text-align: left">Zoltan Haindrich (<a
href="http://people.apache.org/phonebook.html?uid=kgyrtkirk">kgyrtkirk</a>)</td>
<td style="text-align: left"><a href="http://github.com/kgyrtkirk"><img
width="64" src="http://github.com/kgyrtkirk.png" /></a></td>
<td style="text-align: left">Hortonworks</td>
diff --git a/develop/index.html b/develop/index.html
index d4a2e17..0823d6b 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -135,6 +135,26 @@ helps to agree on the general approach. Log a
<a href="https://issues.apache.org/jira/browse/CALCITE">JIRA case</a> for your
proposed feature or start a discussion on the dev list.</p>
+<p>Before opening up a new JIRA case, have a look in the existing issues.
+The feature or bug that you plan to work on may already be there.</p>
+
+<p>If you are going to take on the issue right away assign it to yourself.
+To assign issues to yourself you have to be registered in JIRA as a
contributor.
+In order to do that, send an email to the developers list
+and provide your JIRA username.</p>
+
+<p>If you are committed to fixing the issue before the upcoming release set
+the fix version accordingly (e.g., 1.20.0), otherwise leave it as blank.</p>
+
+<p>If you pick up an existing issue, mark it ‘in progress’, and when it’s
+finished flag it with ‘pull-request-available’.</p>
+
+<p>If for any reason you decide that an issue cannot go into the ongoing
+release, reset the fix version to blank.</p>
+
+<p>During a release, the release manager will update the issues that were
+not completed for the current release to the next release</p>
+
<p>Fork the GitHub repository, and create a branch for your feature.</p>
<p>Develop your feature and test cases, and make sure that