summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2018-01-08 10:55:20 -0500
committerPetri Latvala <petri.latvala@intel.com>2018-01-17 12:17:50 +0200
commitd4e5b77b341010ae1aac8624175650c32913e3fd (patch)
tree9d3bf5b4b7c935051645e02c0ef1a19a314e3adf
parentf4a1e0da6f97081cb1260f44302a83cb8523d8df (diff)
CONTRIBUTING: Fix spelling mistake and line length
Noticed while I was reading it. Makes for a good first contribution, I guess. Changes in v2: - None Changes in v3: - None Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Sean Paul <seanpaul@chromium.org>
-rw-r--r--CONTRIBUTING8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 2e746c73..aa555aa1 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -18,13 +18,13 @@ A short list of contribution guidelines:
on its first invocation.
-- intel-gpu-tools is MIT lincensed and we require contributions to follow the
+- intel-gpu-tools is MIT licensed and we require contributions to follow the
developer's certificate of origin: http://developercertificate.org/
- When submitting new testcases please follow the naming conventions documented
- in the generated documentation. Also please make full use of all the helpers and
- convenience macros provided by the igt library. The semantic patch lib/igt.cocci
- can help with the more automatic conversions.
+ in the generated documentation. Also please make full use of all the helpers
+ and convenience macros provided by the igt library. The semantic patch
+ lib/igt.cocci can help with the more automatic conversions.
- Patches need to be reviewed on the mailing list. Exceptions only apply for
testcases and tooling for drivers with just a single contributor (e.g. vc4).