summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-12-05 14:07:53 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-10 15:49:14 +0000
commite80922eba61e71bbaae3febf5c69f0ed00809591 (patch)
treec3d8020051aca8f8ebf26e12fb34510cb7630261
parent84f23415c4a82ed3bd230701b2c085ca5dd699a3 (diff)
Add a MAINTAINERS file
Acked-by: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--CONTRIBUTING9
-rw-r--r--MAINTAINERS2
2 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 0ad0c3a4..7c20fdb7 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 MAINTAINERS 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 00000000..7825e1ef
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,2 @@
+Daniel Vetter <daniel.vetter@intel.com>
+Thomas Wood <thomas.wood@intel.com>