OSDN Git Service

add comments for FEI
[android-x86/hardware-intel-common-libva.git] / CONTRIBUTING.md
index d8fd73e..3eea866 100644 (file)
@@ -1,6 +1,6 @@
 # Contributing to libva
 
-Libva is an open source project licensed under the [MIT License] (https://opensource.org/licenses/MIT)
+Libva is an open source project licensed under the [MIT License](https://opensource.org/licenses/MIT)
 
 ## Coding Style
 
@@ -8,9 +8,8 @@ Libva does not have a defined coding style at this time, but that will be update
 
 ## Certificate of Origin
 
-In order to get a clear contribution chain of trust we use the [signed-off-by language] (https://01.org/community/signed-process)
-used by the Linux kernel project.
-
+In order to get a clear contribution chain of trust we use the [signed-off-by language](https://01.org/community/signed-process)
+used by the Linux kernel project.  
 ## Patch format
 
 Beside the signed-off-by footer, we expect each patch to comply with the following format:
@@ -20,7 +19,7 @@ Beside the signed-off-by footer, we expect each patch to comply with the followi
 
 More detailed explanation of your changes: Why and how.
 Wrap it to 72 characters.
-See [here] (http://chris.beams.io/posts/git-commit/)
+See [here](http://chris.beams.io/posts/git-commit/)
 for some more good advices.
 
 Signed-off-by: <contributor@foo.com>
@@ -50,7 +49,7 @@ Once you've finished making your changes push them to your fork and send the PR
 
 If you have a problem, please let us know.  IRC is a perfectly fine place
 to quickly informally bring something up, if you get a response.  The
-[mailing list](http://lists.freedesktop.org/mailman/listinfo/libva)
+[mailing list](https://lists.01.org/mailman/listinfo/intel-vaapi-media)
 is a more durable communication channel.
 
 If it's a bug not already documented, by all means please [open an