From a1596f9c7915b143c168b1e18ef11e084f1b5a6a Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 16 Feb 2017 20:13:49 +0100 Subject: [PATCH] Replace AUTHORS.md by an updated MAINTAINERS.md --- AUTHORS.md | 13 ------------- CONTRIBUTING.md | 6 +++--- MAINTAINERS.md | 7 +++++++ 3 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 AUTHORS.md create mode 100644 MAINTAINERS.md diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index dddaa986a..000000000 --- a/AUTHORS.md +++ /dev/null @@ -1,13 +0,0 @@ -The Prometheus project was started by Matt T. Proud (emeritus) and -Julius Volz in 2012. - -Maintainers of this repository: - -* Björn Rabenstein -* Fabian Reinartz -* Julius Volz - -More than [100 individuals][1] have contributed to this repository. Please -refer to the Git commit log for a complete list. - -[1]: https://github.com/prometheus/prometheus/graphs/contributors diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5705f0fbe..dde3851b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 000000000..c55b0530e --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,7 @@ +Maintainers of this repository with their focus areas: + +* Björn Rabenstein : Local storage; general code-level issues. +* Brian Brazil : Console templates; semantics of PromQL, service discovery, and relabeling. +* Fabian Reinartz : PromQL parsing and evaluation; implementation of retrieval, alert notification, and service discovery. +* Julius Volz : Remote storage integrations; web UI. +