Эх сурвалжийг харах

Minor adjustments to MD files

Stéphane Raimbault 2 жил өмнө
parent
commit
b9488b2c45

+ 3 - 4
CONTRIBUTING.md

@@ -1,5 +1,4 @@
-How Do I Submit A Good Bug Report?
-----------------------------------
+# How Do I Submit A Good Bug Report?
 
 Please, don't send direct emails to Stéphane Raimbault unless you want
 commercial support.
@@ -7,8 +6,8 @@ commercial support.
 Take care to read the documentation at http://libmodbus.org/.
 
 - *Be sure it's a bug before creating an issue*, in doubt, post a message on
-  https://groups.google.com/forum/#!forum/libmodbus or send an email to
-  libmodbus@googlegroups.com
+  <https://groups.google.com/forum/#!forum/libmodbus> or send an email to
+  <libmodbus@googlegroups.com>
 
 - *Use a clear and descriptive title* for the issue to identify
 

+ 2 - 2
ISSUE_TEMPLATE.md

@@ -62,11 +62,11 @@ everything up to and including the following line which starts with ---.
 
   <...>
 
-## Expected behavior
+## Actual behavior if applicable
 
   <...>
 
-## Actual behavior
+## Expected behavior or suggestion
 
   <...>
 

+ 6 - 2
tests/README.md

@@ -1,8 +1,12 @@
-# License
+# Tests
+
+## License
+
 Test programs of this directory are provided under BSD license (see associated
 LICENSE file).
 
-# Compilation
+## Compilation
+
 After installation, you can use pkg-config to compile these tests.
 For example, to compile random-test-server run: