forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alan Myrvold
committed
Oct 29, 2018
1 parent
da2980f
commit 9f36a1c
Showing
6 changed files
with
19 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,14 @@ whichever one seems best! | |
|
||
| How to contact us | When to use it | | ||
| ----------------- | ---------------| | ||
| [user@](https://lists.apache.org/[email protected]) mailing list | User support and questions ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected])) | | ||
| [dev@](https://lists.apache.org/[email protected]) mailing list | Development discussions ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected])) | | ||
| [commits@](https://lists.apache.org/[email protected]) mailing list | Firehose of commits, bugs, pull requests, etc. ([Subscribe](mailto:[email protected]), [Unsubscribe](mailto:[email protected])) | | ||
| [user@](https://lists.apache.org/[email protected]) mailing list | User support and questions ([Subscribe [email protected]](mailto:[email protected]), [Unsubscribe [email protected]](mailto:[email protected])) | | ||
| [dev@](https://lists.apache.org/[email protected]) mailing list | Development discussions ([Subscribe [email protected]](mailto:[email protected]), [Unsubscribe [email protected]](mailto:[email protected])) | | ||
| [commits@](https://lists.apache.org/[email protected]) mailing list | Firehose of commits, bugs, pull requests, etc. ([Subscribe [email protected]](mailto:[email protected]), [Unsubscribe [email protected]](mailto:[email protected])) | | ||
| [JIRA bug tracker](https://issues.apache.org/jira/browse/BEAM) | Report bugs / discover known issues | | ||
| [StackOverflow](http://stackoverflow.com/questions/tagged/apache-beam) | Ask and answer user support questions | | ||
| [Slack](https://s.apache.org/beam-slack-channel) | Chat with users and developers on channel #beam ([Join](https://s.apache.org/slack-invite)) | | ||
{:.table} | ||
|
||
To subscribe or unsubscribe, a blank email is fine. | ||
|
||
If you wish to report a security vulnerability, please contact [[email protected]](mailto:[email protected]). Apache Beam follows the typical [Apache vulnerability handling process](https://apache.org/security/committers.html#vulnerability-handling). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,13 @@ limitations under the License. | |
|
||
Frequently asked questions about contributing to Apache Beam. | ||
|
||
<!-- TODO(BEAM-5737): Move this to confluence wiki | ||
### Who do I ask if I am stuck? | ||
Either email [[email protected]]({{ site.baseurl }}/community/contact-us/) or chat | ||
on [Slack]({{ site.baseurl }}/community/contact-us/). | ||
### How do I join the dev email list? | ||
|
||
Send a blank email to [email protected]. | ||
|
||
### Why can't I assign a jira issue to myself? | ||
Only ASF Jira contributors can be assigned issues. To get the permission to do so, email | ||
|
@@ -69,7 +67,7 @@ tagging the reviewer as follows: | |
R: @reviewer | ||
### Adding yourself as a reviewer | ||
### Opt-in to reviewing pull requests | ||
Find the deepest sub-directory that contains the files you want to be a reviewer | ||
for and add your Github username under `reviewers` in the OWNERS file (create a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,9 @@ To contribute code, you need | |
[https://s.apache.org/beam-starter-tasks](https://s.apache.org/beam-starter-tasks). | ||
1. Assign the issue to yourself. To get the permission to do so, email | ||
the [dev@ mailing list]({{ site.baseurl }}/community/contact-us) | ||
to introduce yourself and to be added as a contributor in the Beam issue tracker. For example: | ||
to introduce yourself and to be added as a contributor in the Beam issue tracker including your | ||
ASF Jira Username. For example [this welcome email]( | ||
https://lists.apache.org/thread.html/e6018c2aaf7dc7895091434295e5b0fafe192b975e3e3761fcf0cda7@%3Cdev.beam.apache.org%3E) | ||
|
||
Hi, my name is <your name>. I am interested in contributing <what> to the Apache Beam SDK. I'd like to be added | ||
as a Jira contributor so that I can assign issues to myself. My ASF Jira Username is <username>. | ||
|
@@ -153,10 +155,12 @@ as a Jira contributor so that I can assign issues to myself. My ASF Jira Usernam | |
tests consume shared development resources. | ||
1. Pull requests can only be merged by a | ||
[beam committer]({{ site.baseurl }}/contribute/team/). | ||
To find a committer for your area, look for similar code merges or ask on | ||
[[email protected]]({{ site.baseurl }}/community/contact-us/) | ||
To find a committer for your area, either: | ||
- look in the OWNERS file of the directory where you changed files, or | ||
- an look for similar code merges, or | ||
- ask on [[email protected]]({{ site.baseurl }}/community/contact-us/) | ||
|
||
Use @mention in the pull request to notify a reviewer. | ||
Use `R: @username` in the pull request to notify a reviewer. | ||
1. If you don't get any response in 3 business days, email the dev@ list to ask for someone to look at your pull | ||
request. | ||
|
||
|