Skip to content

Commit 4462cbd

Browse files
authored
Merge pull request #261 from twitter/isnotinvain-patch-1
Create COMMITTERS.md
2 parents a12128d + a881f61 commit 4462cbd

2 files changed

Lines changed: 33 additions & 3 deletions

File tree

COMMITTERS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Committers
2+
3+
Please see our [Project Governance](https://github.com/twitter/analytics-infra-governance) page for more details.
4+
5+
## Active
6+
7+
| Name | Handle |
8+
|------------------------|-----------------------------------------------------------|
9+
| Alex Levenson | [@isnotinvain](https://github.com/isnotinvain) |
10+
| Ben Pence | [@benpence](https://github.com/benpence) |
11+
| Ian O'Connell | [@ianoc](https://github.com/ianoc) |
12+
| Joe Nievelt | [@jnievelt](https://github.com/jnievelt) |
13+
| Oscar Boykin | [@johnynek](https://github.com/johnynek) |
14+
| Pankaj Gupta | [@pankajroark](https://github.com/pankajroark) |
15+
| Piyush Narang | [@piyushnarang](https://github.com/piyushnarang) |
16+
| Ruban Monu | [@rubanm](https://github.com/rubanm) |
17+
| Sriram Krishnan | [@sriramkrishnan](https://github.com/sriramkrishnan) |
18+
19+
##Emeritus

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,27 @@ If you want to use the `chill.config.ConfiguredInstantiator` see `ConfiguredAkka
147147
otherwise, subclass `AkkaSerializer` and override `kryoInstantiator` to control how the `Kryo`
148148
object is created.
149149

150-
## Community and Documentation
151-
152-
This, and all [github.com/twitter](https://github.com/twitter) projects, are under the [Twitter Open Source Code of Conduct](https://engineering.twitter.com/opensource/code-of-conduct). Additionally, see the [Typelevel Code of Conduct](http://typelevel.org/conduct) for specific examples of harassing behavior that are not tolerated.
150+
## Documentation
153151

154152
To learn more and find links to tutorials and information around the web, check out the [Chill Wiki](https://github.com/twitter/chill/wiki).
155153

156154
The latest ScalaDocs are hosted on Chill's [Github Project Page](http://twitter.github.io/chill).
157155

156+
## Contact
157+
158158
Discussion occurs primarily on the [Chill mailing list](https://groups.google.com/forum/#!forum/chill-user). Issues should be reported on the [GitHub issue tracker](https://github.com/twitter/chill/issues).
159159

160+
## Get Involved + Code of Conduct
161+
Pull requests and bug reports are always welcome!
162+
163+
We use a lightweight form of project governence inspired by the one used by Apache projects.
164+
Please see [Contributing and Committership](https://github.com/twitter/analytics-infra-governance#contributing-and-committership) for our code of conduct and our pull request review process.
165+
The TL;DR is send us a pull request, iterate on the feedback + discussion, and get a +1 from a [Committer](COMMITTERS.md) in order to get your PR accepted.
166+
167+
The current list of active committers (who can +1 a pull request) can be found here: [Committers](COMMITTERS.md)
168+
169+
A list of contributors to the project can be found here: [Contributors](https://github.com/twitter/chill/graphs/contributors)
170+
160171
## Maven
161172

162173
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0` and each scala project is published for `2.10` and `2.11`. Search [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cchill) when in doubt.

0 commit comments

Comments
 (0)