From 1d53077fc7a7dd24ac3bd825991ecafea31c3b41 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 31 Jul 2018 08:50:03 +0200 Subject: [PATCH] Complete maintainers processes --- MAINTAINER.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index a4ea35206a..54439842fc 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -21,7 +21,10 @@ * Even if it’s already assigned * Even PR labelled with `contributor/waiting-for-corrections` or `contributor/waiting-for-feedback` * Issues labeled with `priority/P0` and `priority/P1` should be assigned. -* Modifying an issue (labels, assignees, milestone) is only possible during the Contributions Daily Meeting, or by an assigned maintainer +* Modifying an issue or a pull request (labels, assignees, milestone) is only possible: + * During the Contributions Daily Meeting + * By an assigned maintainer + * In case of emergency, if a change proposal is approved by 2 other maintainers (on Slack, Discord, etc) ## PR review process: @@ -121,6 +124,7 @@ If we open/look an issue/PR, we must add a `kind/*`, an `area/*` and a `status/* * `area/logs`: Traefik logs related. * `area/middleware`: Middleware related. * `area/middleware/metrics`: Metrics related. (Prometheus, StatsD, ...) +* `area/middleware/tracing`: Tracing related. (Jaeger, Zipkin, ...) * `area/oxy`: Oxy related. * `area/provider`: related to all providers. * `area/provider/boltdb`: Boltd DB related. @@ -131,10 +135,14 @@ If we open/look an issue/PR, we must add a `kind/*`, an `area/*` and a `status/* * `area/provider/eureka`: Eureka related. * `area/provider/file`: file provider related. * `area/provider/k8s`: Kubernetes related. +* `area/provider/kv`: KV related. * `area/provider/marathon`: Marathon related. * `area/provider/mesos`: Mesos related. * `area/provider/rancher`: Rancher related. +* `area/provider/servicefabric`: Azure service fabric related. * `area/provider/zk`: Zoo Keeper related. +* `area/rules`: Rules related. +* `area/server`: Server related. * `area/sticky-session`: Sticky session related. * `area/tls`: TLS related. * `area/websocket`: WebSocket related.