Message ID | 20180919232722.16883-1-lucas.demarchi@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [libdrm,v2] CONTRIBUTING: clarify how to request a Developer role | expand |
On Wed, Sep 19, 2018 at 04:27:22PM -0700, Lucas De Marchi wrote: > While requesting a Developer role I was pointed to this url and check > those with "owner" role. So add it to our documentation. > > v2: rollback previous text, but add a link to gitlab's page > showing project members. > > Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> > --- > CONTRIBUTING | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/CONTRIBUTING b/CONTRIBUTING > index 96f1e4fb..5d38e5e9 100644 > --- a/CONTRIBUTING > +++ b/CONTRIBUTING > @@ -80,7 +80,9 @@ below criteria: > > To apply for commit rights ("Developer" role in gitlab) send a mail to > dri-devel@lists.freedesktop.org and please ping the maintainers if your request I believe we need something like this: - dri-devel@lists.freedesktop.org and please ping the maintainers if your request + dri-devel@lists.freedesktop.org and if your request is stuck ping any member with + "owner" role in [link] > -is stuck. > +is stuck: any member with "owner" role in > +https://gitlab.freedesktop.org/mesa/drm/project_members?sort=access_level_desc > +can give you access. > > Committers are encouraged to request their commit rights get removed when they > no longer contribute to the project. Commit rights will be reinstated when they > -- > 2.17.1 >
diff --git a/CONTRIBUTING b/CONTRIBUTING index 96f1e4fb..5d38e5e9 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -80,7 +80,9 @@ below criteria: To apply for commit rights ("Developer" role in gitlab) send a mail to dri-devel@lists.freedesktop.org and please ping the maintainers if your request -is stuck. +is stuck: any member with "owner" role in +https://gitlab.freedesktop.org/mesa/drm/project_members?sort=access_level_desc +can give you access. Committers are encouraged to request their commit rights get removed when they no longer contribute to the project. Commit rights will be reinstated when they
While requesting a Developer role I was pointed to this url and check those with "owner" role. So add it to our documentation. v2: rollback previous text, but add a link to gitlab's page showing project members. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> --- CONTRIBUTING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)