aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeorn7 <beorn@soundcloud.com>2017-02-16 19:34:49 +0100
committerbeorn7 <beorn@soundcloud.com>2017-02-19 18:27:34 +0100
commit0126aca1382d1700066f45692eb0a54b4523a052 (patch)
tree43ff820f73dabf6aba88baa83dc8cba882a57c1a
parent38cd07ebb9e56a850dbe15b6bf4ead5fa7a62070 (diff)
downloadprometheus_node_collector-0126aca1382d1700066f45692eb0a54b4523a052.tar.bz2
prometheus_node_collector-0126aca1382d1700066f45692eb0a54b4523a052.tar.xz
prometheus_node_collector-0126aca1382d1700066f45692eb0a54b4523a052.zip
Replace AUTHORS.md by an updated MAINTAINERS.md
-rw-r--r--AUTHORS.md41
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--MAINTAINERS.md2
3 files changed, 5 insertions, 44 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
deleted file mode 100644
index dbb55ed..0000000
--- a/AUTHORS.md
+++ /dev/null
@@ -1,41 +0,0 @@
1The Prometheus project was started by Matt T. Proud (emeritus) and
2Julius Volz in 2012.
3
4Maintainers of this repository:
5
6* Brian Brazil <brian.brazil@boxever.com>
7* Johannes 'fish' Ziemke <github@freigeist.org>
8* Tobias Schmidt <tobidt@gmail.com>
9
10The following individuals have contributed code to this repository
11(listed in alphabetical order):
12
13* Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
14* Alexis Letessier
15* Benjamin Staffin <benley@gmail.com>
16* Björn Rabenstein <beorn@soundcloud.com>
17* Brian Brazil <brian.brazil@boxever.com>
18* Christian Schwarz
19* Corey Stewart <stewa169@purdue.edu>
20* Daniel Speichert <daniel@speichert.pro>
21* Ed Schouten <ed@kumina.nl>
22* Eric Ripa
23* Fabian Reinartz <fabian@soundcloud.com>
24* Franklin Wise <franklin@krave.io>
25* Ian Hansen
26* Ilia Choly <ilia.choly@gmail.com>
27* Jari Takkala <jtakkala@gmail.com>
28* Joe Handzik <joseph.t.handzik@hpe.com>
29* Johannes 'fish' Ziemke <github@freigeist.org>
30* Jonas Große Sundrup <cherti@letopolis.de>
31* Julius Volz <julius.volz@gmail.com>
32* Ken Herner <ken@modulus.io>
33* Matt Layher <mdlayher@gmail.com>
34* Matthias Rampke <matthias@rampke.de>
35* Robert Clark <robert.d.clark@hpe.com>
36* Siavash Safi <siavash.safi@gmail.com>
37* Stephen Shirley <kormat@gmail.com>
38* Steve Durrheimer <s.durrheimer@gmail.com>
39* Thorhallur Sverrisson <toti@toti.is>
40* Tobias Schmidt <tobidt@gmail.com>
41* Will Rouesnel <w.rouesnel@gmail.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 139a06c..ada80dd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,9 +2,9 @@
2 2
3Prometheus uses GitHub to manage reviews of pull requests. 3Prometheus uses GitHub to manage reviews of pull requests.
4 4
5* If you have a trivial fix or improvement, go ahead and create a pull 5* If you have a trivial fix or improvement, go ahead and create a pull request,
6 request, addressing (with `@...`) one or more of the maintainers 6 addressing (with `@...`) the maintainer of this repository (see
7 (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request. 7 [MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
8 8
9* If you plan to do something more involved, first discuss your ideas 9* If you plan to do something more involved, first discuss your ideas
10 on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). 10 on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
index 0000000..7088f96
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,2 @@
1* Ben Kochie <superq@gmail.com>
2* Johannes 'fish' Ziemke <github@freigeist.org>