summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2018-01-22 23:43:56 -0500
committerPetri Latvala <petri.latvala@intel.com>2018-01-23 11:15:08 +0200
commitdbf5b6f3c3a9f52003c79e460453f5818519f383 (patch)
treed5242a88c3f99e62650f889e0e1d2416e7cc3a79 /CONTRIBUTING
parentcd9b86f504a77d7a4fab4844d09ffedb679af8c7 (diff)
doc: Update CONTRIBUTING for new igt-dev mailing list
v2: Modify comments for feedback received (Petri Latvala) Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING16
1 files changed, 13 insertions, 3 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 5600caaf..0180641b 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -6,11 +6,21 @@ improvements for documentation and new tools and testcases.
A short list of contribution guidelines:
- Please submit patches formatted with git send-email/git format-patch or
- equivalent to
+ equivalent to:
+
+ 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).
+
+ 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.
Intel GFX discussion <intel-gfx@lists.freedesktop.org>
- Please use --subject-prefix="PATCH i-g-t" so that i-g-t patches are easily
+ 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:
@@ -36,7 +46,7 @@ A short list of contribution guidelines:
anything related to the regular releases, issues with packaging and
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.
+ igt-dev mailing list.
- Changes to the testcases are automatically tested. Take the results into
account before merging.