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.
This commit is contained in:
parent
0b07dbd05c
commit
328d2bc8ca
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue