diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index 4756694..0000000 --- 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: - -* Julius Volz - -The following individuals have contributed code to this repository -(listed in alphabetical order): - -* Björn Rabenstein -* Julius Volz -* Matt T. Proud diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5705f0f..40503ed 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 `@...`) the 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 0000000..1266296 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1 @@ +* Julius Volz