From 20d886f005355787c7d772ea1b51caff8b060f91 Mon Sep 17 00:00:00 2001 From: Matthew Broberg Date: Thu, 15 Jun 2017 14:27:54 -0700 Subject: [PATCH] =?UTF-8?q?Cheers=20to=20former=20maintainers=20?= =?UTF-8?q?=F0=9F=99=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removing inactive maintainers * Being explicit about how we check for activity * Swapping my @name given I [changed my name](https://medium.com/@mbbroberg/i-have-a-maiden-name-58207e099e78) --- docs/AUTHORS.md | 2 +- docs/MAINTAINERS.md | 41 +++++++++++++++++++---------------------- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md index d1d9e5d05..53b66c84a 100644 --- a/docs/AUTHORS.md +++ b/docs/AUTHORS.md @@ -12,7 +12,7 @@ [@lmroz](https://github.com/lmroz) [@lynxbat](https://github.com/lynxbat) [@marcin-krolik](https://github.com/marcin-krolik) -[@mjbrender](https://github.com/mjbrender) +[@mbbroberg](https://github.com/mbbroberg) [@nqn](https://github.com/nqn) [@PatrykMatyjasek](https://github.com/PatrykMatyjasek) [@ppalucki](https://github.com/ppalucki) diff --git a/docs/MAINTAINERS.md b/docs/MAINTAINERS.md index 65e2336e6..dc7966676 100644 --- a/docs/MAINTAINERS.md +++ b/docs/MAINTAINERS.md @@ -14,26 +14,23 @@ While our maintainers guide Snap, the plugins, and the community forward in a po ## Snap Maintainers Below is the list of Snap Maintainers, they are largely responsible for approving pull requests and thus have the final say on coding style and implementation. -| Name | Tag | -|:------------------|:-------------------| -| Andrzej Kuriata | @andrzej-k | -| Cody Roseborough | @IRCody | -| Emily Gu | @candysmurf | -| Izabella Raulin | @IzabellaRaulin | -| Joel Cooklin | @jcooklin | -| Katarzyna Kujawa | @katarzyna-z | -| Kelly Lyon | @kjlyon | -| Lukasz Mroz | @lmroz | -| Marcin Krolik | @marcin-krolik | -| Marcin Olszewski | @marcintao | -| Marcin Spoczynski | @sandlbn | -| Maria Rolbiecka | @mkuculyma | -| Mateusz Kleina | @mkleina | -| Matt Brender | @mjbrender | -| Nicholas Weaver | @lynxbat | -| Olivier Cano | @kindermoumoute | -| Patryk Matyjasek | @PatrykMatyjasek | -| Rashmi Gottipati | @rashmigottipati | +| Name | Tag | +|:------------------|:-----------------| +| Andrzej Kuriata | @andrzej-k | +| Emily Gu | @candysmurf | +| Izabella Raulin | @IzabellaRaulin | +| Joel Cooklin | @jcooklin | +| Katarzyna Kujawa | @katarzyna-z | +| Kelly Lyon | @kjlyon | +| Lukasz Mroz | @lmroz | +| Marcin Krolik | @marcin-krolik | +| Marcin Olszewski | @marcintao | +| Marcin Spoczynski | @sandlbn | +| Maria Rolbiecka | @mkuculyma | +| Mateusz Kleina | @mkleina | +| Matt Broberg | @mbbroberg | +| Patryk Matyjasek | @PatrykMatyjasek | +| Rashmi Gottipati | @rashmigottipati | ### Responsibilities of Snap Maintainers Maintainers are expected to contribute regularly in at least one of the following capacities: @@ -41,14 +38,14 @@ Maintainers are expected to contribute regularly in at least one of the followin * Code Contributions: Submitting pull requests for either bug fixes or features * Support: Active participation in a support role in some form (code reviews, addressing questions, triaging issues) -If a maintainer is consistently unable to perform the above actions they will be asked to withdraw from the maintainer group. This does not preclude them from becoming a maintainer at a later date. +Maintainer participation is measured by activity visible on their GitHub overview page ([example](https://github.com/mbbroberg#overview)) and in our [public Slack](http://slack.snap-telemetry.io). If a maintainer is consistently unable to perform the above actions they will be asked to withdraw from the maintainer group. This does not preclude them from becoming a maintainer at a later date. ## Initial Authors All contributors are equally important to us, but we would like to thank the [initial authors](AUTHORS.md#initial-authors) for helping make open sourcing Snap possible. ## Contact Us Contacting us is easy! Use these simple tips for the most effective communication with us. -* **For a quick question:** reach out to us on [Slack](https://intelsdi-x.herokuapp.com/). You can search by GitHub handles and ping individual users, start a group conversation, and post to the Snap community. Maintainers check this regularly and will be the fastest way of contacting us. +* **For a quick question:** reach out to us on [Slack](https://slack.snap-telemetry.io). You can search by GitHub handles and ping individual users, start a group conversation, and post to the Snap community. Maintainers check this regularly and will be the fastest way of contacting us. * **If you find a bug in the code or have a question about some code:** go ahead and [open up a GitHub issue](https://github.com/intelsdi-x/snap/issues). This will start a dialog. If you don't know how to solve the issue we will pick it up and help fix the bug. * **To get a specific person's attention:** @mention them in an issue and they will get back to you. * **For plugin related issues:** contact the plugin's author or reach out to a maintainer. \ No newline at end of file