Message ID | 1418223208-21955-2-git-send-email-thomas.wood@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, 10 Dec 2014, Thomas Wood <thomas.wood@intel.com> wrote: > Signed-off-by: Thomas Wood <thomas.wood@intel.com> > --- > CONTRIBUTING | 9 +++------ > MAINTAINERS | 2 ++ > 2 files changed, 5 insertions(+), 6 deletions(-) > create mode 100644 MAINTAINERS > > diff --git a/CONTRIBUTING b/CONTRIBUTING > index 0ad0c3a..a2ddf09 100644 > --- a/CONTRIBUTING > +++ b/CONTRIBUTING > @@ -33,12 +33,9 @@ A short list of contribution guidelines: > > - When patches from new contributors (without commit access) are stuck, for > anything related to the regular releases, issues with packaging and > - integrating platform support or anything else really please contact the i-g-t > - maintainer: > - > - Thomas Wood <thomas.wood@intel.com> > - > - Of course please also cc the intel-gfx mailing list. > + integrating platform support or any other intel-gpu-tools issues, please > + contact one of the maintainers (listed in the MAINTAIENRS file) and cc the You forgot to git mv MAINTAINERS MAINTAIENRS ;) Jani. > + intel-gfx mailing list. > > - Especially changes to the testcase should get tested on relevant platforms > before committing. For Intel employees that's best done using PRTS, see the > diff --git a/MAINTAINERS b/MAINTAINERS > new file mode 100644 > index 0000000..7825e1e > --- /dev/null > +++ b/MAINTAINERS > @@ -0,0 +1,2 @@ > +Daniel Vetter <daniel.vetter@intel.com> > +Thomas Wood <thomas.wood@intel.com> > -- > 2.1.0 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff --git a/CONTRIBUTING b/CONTRIBUTING index 0ad0c3a..a2ddf09 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -33,12 +33,9 @@ A short list of contribution guidelines: - When patches from new contributors (without commit access) are stuck, for anything related to the regular releases, issues with packaging and - integrating platform support or anything else really please contact the i-g-t - maintainer: - - Thomas Wood <thomas.wood@intel.com> - - Of course please also cc the intel-gfx mailing list. + integrating platform support or any other intel-gpu-tools issues, please + contact one of the maintainers (listed in the MAINTAIENRS file) and cc the + intel-gfx mailing list. - Especially changes to the testcase should get tested on relevant platforms before committing. For Intel employees that's best done using PRTS, see the diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..7825e1e --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,2 @@ +Daniel Vetter <daniel.vetter@intel.com> +Thomas Wood <thomas.wood@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com> --- CONTRIBUTING | 9 +++------ MAINTAINERS | 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 MAINTAINERS