This is an automated email from the ASF dual-hosted git repository. bennoe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit aa0080e8ac76c771f2604c5ecbf28d53df151cfe Author: Benno Evers <[email protected]> AuthorDate: Mon Mar 25 13:17:00 2019 +0100 Updated advanced contributing guide. Removed the instruction to create a reviewboard account from the advanced contributing guide, since this instruction became impossible to follow for contributors. Review: https://reviews.apache.org/r/70129/ --- docs/advanced-contribution.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/advanced-contribution.md b/docs/advanced-contribution.md index 4184f4b..573138d 100644 --- a/docs/advanced-contribution.md +++ b/docs/advanced-contribution.md @@ -19,7 +19,12 @@ If you'd like to make significant contributions to Mesos, then you'll want to be ## Issue Tracking, Code Review, and Mailing Lists * We use [Apache Software Foundation JIRA](https://issues.apache.org/jira/browse/mesos/) to track and manage issues. If you don't already have an account, you'll need to create one. -* We use [Apache Review Board](https://reviews.apache.org) for code reviews. If you don't already have an account, you'll need to create one (it's separate from your Apache JIRA account). + +* We use [Apache Review Board](https://reviews.apache.org) for code reviews. + + **NOTE**: Apache Review Board currently does not allow creation of new accounts. We are aware of this and are looking into possible solutions; + in the meantime please coordinate with your shepherd on how to best transmit your patches. + * A code review request should be created for every JIRA that involves a change to the codebase. * Once your JIRA and Review Board accounts are in place please go ahead and create a review or GitHub pull request with an entry for yourself in [contributors.yaml](https://github.com/apache/mesos/blob/master/docs/contributors.yaml) file. * The file is used to map contributions to the JIRA and Review Board accounts of their respective authors. We also use this mapping to track contributions of various organizations to Apache Mesos.
