diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-02-07 12:45:49 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-02-13 09:35:36 +0100 |
commit | 25c4347078f181a938eaaefbed7e2e27c9dc1a3f (patch) | |
tree | 1a5095fbc432935578b40548f43415c93b4c7364 /CONTRIBUTING | |
parent | 14185f04bd7c5fb2052a3e6454ceda5b46c37a61 (diff) |
doc: Consolidate naming conventions into docbook
Duplication just means it gets out of sync.
Also update they keyword list in the Makefile, not everything was listed.
And add a new "invalid" keyword.
While at it update NEWS.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 7c20fdb7..e2c352e7 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -22,7 +22,7 @@ A short list of contribution guidelines: developer's certificate of origin: http://developercertificate.org/ - When submitting new testcases please follow the naming conventions documented - in tests/NAMING-CONVENTION. Also please make full use of all the helpers and + 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. |