summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2019-02-15 09:43:15 -0800
committerRodrigo Vivi <rodrigo.vivi@intel.com>2019-02-19 09:53:15 -0800
commitedf2930cb55f3d1bfa135ee890919f9d69b0f754 (patch)
treec0fb182f078861f7ff3aaccaf1104b869d8bf6b2 /CONTRIBUTING.md
parent8ce49ab09b5328c1e274f2c581592506c043fd45 (diff)
doc: End transition period.
igt-dev is pretty established after a 1-year transition. Let's end the transition and avoid confusion. v2: Keep subjectprefix with i-g-t (Easwar) v3: Also remove "Intel" from the line above. (Easwar) Cc: Easwar Hariharan <easwar.hariharan@intel.com> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 27c8e796..d3a3d099 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
Patches to igt-gpu-tools are very much welcome, we really want this to be the
-universal set of low-level tools and testcases for the Intel kernel gfx driver
+universal set of low-level tools and testcases for kernel graphics drivers
on Linux and similar platforms. So please bring on porting patches, bugfixes,
improvements for documentation and new tools and testcases.
@@ -10,19 +10,14 @@ A short list of contribution guidelines:
Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
- For a transition period patches are accepted on both the igt-dev mailing list
- and the former intel-gfx mailing list (with the appropriate patch
- subjectprefix, see below).
+ For patches affecting the driver directly please "cc" the appropriate driver
+ mailing list and make sure you are using:
- During the transition period, feel free to send patches to both lists if you
- have a need to do so, as they will get deduplicated so they only appear and
- are tested in one Patchwork instance.
+ --subject-prefix="PATCH i-g-t"
- Intel GFX discussion <intel-gfx@lists.freedesktop.org>
-
- Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
- identified in the massive amount mails on intel-gfx. To ensure this is always
- done, meson.sh (and autogen.sh) will run:
+ so IGT patches are easily identified in the massive amount mails on driver's
+ mailing list. To ensure this is always done, meson.sh (and autogen.sh) will
+ run:
git config format.subjectprefix "PATCH i-g-t"