From 328d2bc8caf8111d0e8098eaa5fd5537104de825 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Tue, 11 Jun 2019 13:48:07 -0700 Subject: [PATCH] Update CONTRIBUTING to today's status. "Project Technical Lead" is now Evan. Long live our fearless leader. Update the line about CI to refect that we do have CI, but it might look to people not on the whitelist that we don't have it. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2676849ef..8a231c6c85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ At project launch, FoundationDB has a light governance structure. The intention We draw inspiration from the Apache Software Foundation's informal motto: ["community over code"](https://blogs.apache.org/foundation/entry/asf_15_community_over_code), and their emphasis on meritocratic rules. You'll also observe that some initial community structure is [inspired by the Swift community](https://swift.org/community/#community-structure). -The project technical lead is Ben Collins (bbc@apple.com). +The project technical lead is Evan Tschannen (ejt@apple.com). Members of the Apple FoundationDB team are part of the initial core committers helping review individual contributions; you'll see them commenting on your pull requests. Future committers to the open source project, and the process for adding individuals in this role will be formalized in the future. @@ -38,7 +38,7 @@ Members of the Apple FoundationDB team are part of the initial core committers h ### Opening a Pull Request We love pull requests! For minor changes, feel free to open up a PR directly. For larger feature development and any changes that may require community discussion, we ask that you discuss your ideas on the [community forums](https://forums.foundationdb.org) prior to opening a PR, and then reference that thread within your PR comment. -Upon release, no community CI is available. Tests can be run locally, and core committers will validate pull requests prior to merging them. +CI will be run automatically for core committers, and by the request of a core committer on community PRs. Tests can also be run locally via `ctest`, and core committers can run additional validation on pull requests prior to merging them. ### Reporting issues Please refer to the section below on [using GitHub issues and the community forums](#using-github-issues-and-community-forums) for more info. @@ -65,4 +65,4 @@ GitHub Issues should be used for tracking tasks. If you know the specific code t * Implementing an agreed upon feature: *GitHub Issues* ### Project and Development Updates -Stay connected to the project and the community! For project and community updates, follow the [FoundationDB project blog](https://www.foundationdb.org/blog/). Development announcements will be made via the community forums' [dev-announce](https://forums.foundationdb.org/c/development/dev-announce) section. \ No newline at end of file +Stay connected to the project and the community! For project and community updates, follow the [FoundationDB project blog](https://www.foundationdb.org/blog/). Development announcements will be made via the community forums' [dev-announce](https://forums.foundationdb.org/c/development/dev-announce) section.