Skip to content

Commit

Permalink
Create COMMITTERS.md (#1059)
Browse files Browse the repository at this point in the history
* Create COMMITTERS.md

initial committers

Signed-off-by: Julien Le Dem <[email protected]>

* add section: becoming a committer

Signed-off-by: Julien Le Dem <[email protected]>
  • Loading branch information
julienledem committed Mar 10, 2021
1 parent 2b7904f commit 6af7576
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 16 deletions.
29 changes: 29 additions & 0 deletions COMMITTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Marquez Committers
The Marquez Committers are the group of people who can accept Pull Request to Marquez.
They take responsibility for guiding new pull requests into the main branch.

The current Marquez Committers are:
| Name | Email | github |
| ---------------- | ----------------------------|----------------|
| Willy Lulciuc | | [@wslulciuc]( https://github.com/wslulciuc ) |
| Julien Le Dem | <[email protected]> | [@julienledem]( https://github.com/julienledem ) |
| Rodrigo Araya | | [@roaraya8]( https://github.com/roaraya8 ) |
| Shawn Shah | | [@sshah-wework]( https://github.com/sshah-wework ) |
| Aleks Shulman | | [@ashulmanWeWork]( https://github.com/ashulmanWeWork ) |
| Juliet Hougland | <[email protected]> | [@hougs]( https://github.com/hougs ) |
| Katherine Mello | | [@mell0kat]( https://github.com/mell0kat ) |
| Jill Hubley | | [@jhubley]( https://github.com/jhubley ) |
| Grant Foster | | [@grantdfoster]( https://github.com/grantdfoster ) |

## Emeritus Committers
The following people are no longer working on the Marquez project.
However they have been a committer in the past and through their
contributions, we have a strong foundation to build on.

| Name | Email |
| ---------------- | ----------------------------|

# Becoming a Committer

A Contributor may become a Committer by a majority approval of the
existing Committers. (per the project [charter](file:https:///Users/julien/Downloads/Marquez%20Project%20Technical%20Charter%20Final_Adopted%2005.21.20.pdf) )
36 changes: 20 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# How to Contribute

We're excited you're interested in contributing to Marquez! We'd love your help, and there are plenty of ways to contribute:

* Give the repo a star

* Give the repo a star
* Join our [slack](http:https://bit.ly/MarquezSlack) channel and leave us feedback or help with answering questions from the community
* Fix or [report](https://github.com/MarquezProject/marquez/issues/new) a bug
* Fix or improve documentation
* For newcomers, pick up a ["good first issue"](https://github.com/MarquezProject/marquez/labels/good%20first%20issue), then send a pull request our way (see the [resources](#resources) section below for helpful links to get started)

We feel that a welcoming community is important and we ask that you follow the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) in all interactions with the community.

# Getting your changes approved

Your PR must be approved and merged by a [committer](COMMITTERS.md).

# Development

To run the entire test suite:
Expand Down Expand Up @@ -41,20 +45,20 @@ $ ./gradlew spotlessApply
```

> **Note:** To make formatting code simple, we recommend installing a [plugin](https://github.com/google/google-java-format#intellij-android-studio-and-other-jetbrains-ides) for your favorite IDE. We also us [Lombok](https://projectlombok.org). Though not required, you might want to install the [plugin](https://projectlombok.org/setup/overview) as well.
# `.git/hooks`

We use [`pre-commit`](https://pre-commit.com/index.html) to manage git hooks:

```bash
$ brew install pre-commit
```

To setup the git hook scripts run:

```
$ pre-commit install
```
# `.git/hooks`

We use [`pre-commit`](https://pre-commit.com/index.html) to manage git hooks:

```bash
$ brew install pre-commit
```

To setup the git hook scripts run:

```
$ pre-commit install
```

# Publish to Local Maven Repository

Expand Down

0 comments on commit 6af7576

Please sign in to comment.