blob: 7db04fa19e231ac24c2545b7e9d2fa41dfcb8417 [file] [log] [blame] [view]
---
layout: page
title: Developing
---
Information about the Metron project that is most important for
developers working on the project. The project has created
[bylaws](bylaws.html) for itself.
## Project Members
Name | Apache Id | Role
:---------------------- | :------------- | :---
Owen O'Malley | omalley | PMC
Jim Baker | jimbaker | PMC
Mark Bittmann | mbittmann | PMC
Sheetal Dolas | sheetal_dolas | PMC
P. Taylor Goetz | ptgoetz | PMC
Brad Kolarov | billie | PMC
Dave Hirko | dbhirko | PMC
Larry McCay | lmccay | PMC
Charles Porter | cporter | PMC
James Sirota | jsirota | PMC
Casey Stella | cestella | PMC
Vinod Kumar Vavilapalli | vinodkv | PMC
George Vetticaden | gvetticaden | PMC
## Mailing Lists
There are several development mailing lists for Metron
* [dev@metron.apache.org](mailto:dev@metron.apache.org) - Development discussions
with archive [here](https://mail-archives.apache.org/mod_mbox/metron-dev/)
* [issues@metron.apache.org](mailto:issues@metron.apache.org) - Bug tracking
with archive [here](https://mail-archives.apache.org/mod_mbox/metron-issues/)
* [commits@metron.apache.org](mailto:commits@metron.apache.org) - Git tracking
with archive [here](https://mail-archives.apache.org/mod_mbox/metron-commits/)
You can subscribe to the lists by sending email to
*list*-subscribe@metron.apache.org and unsubscribe by sending email to
*list*-unsubscribe@metron.apache.org.
## Source code
Metron uses git for version control. Get the source code:
`% git clone https://git-wip-us.apache.org/repos/asf/metron.git`
The important branches are:
* [master](https://github.com/apache/metron/tree/master) -
The trunk for all developement
* [asf-site](https://github.com/apache/metron/tree/asf-site) -
The pages that are deployed to https://metron.apache.org/
Please check our [coding guidelines](/develop/coding.html).
## Reviews
All code must be +1'ed by a committer other than the author prior to its
commit.