Skip to content

Commit

Permalink
Merge pull request prometheus#2433 from prometheus/beorn7/meta
Browse files Browse the repository at this point in the history
Replace AUTHORS.md by an updated MAINTAINERS.md
  • Loading branch information
beorn7 authored Feb 20, 2017
2 parents 74a3b10 + a1596f9 commit 8cd3be5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
13 changes: 0 additions & 13 deletions AUTHORS.md

This file was deleted.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Prometheus uses GitHub to manage reviews of pull requests.

* If you have a trivial fix or improvement, go ahead and create a pull
request, addressing (with `@...`) one or more of the maintainers
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
* If you have a trivial fix or improvement, go ahead and create a pull request,
addressing (with `@...`) a suitable maintainer of this repository (see
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.

* If you plan to do something more involved, first discuss your ideas
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
Expand Down
7 changes: 7 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Maintainers of this repository with their focus areas:

* Björn Rabenstein <beorn@soundcloud.com>: Local storage; general code-level issues.
* Brian Brazil <brian.brazil@robustperception.io>: Console templates; semantics of PromQL, service discovery, and relabeling.
* Fabian Reinartz <fabian.reinartz@coreos.com>: PromQL parsing and evaluation; implementation of retrieval, alert notification, and service discovery.
* Julius Volz <julius.volz@gmail.com>: Remote storage integrations; web UI.

0 comments on commit 8cd3be5

Please sign in to comment.