Commit b9488b2c45a26daed7c733dde98f7ad28a6c709b

Authored by Stéphane Raimbault
1 parent c4875ed2

Minor adjustments to MD files

CONTRIBUTING.md
1   -How Do I Submit A Good Bug Report?
2   -----------------------------------
  1 +# How Do I Submit A Good Bug Report?
3 2  
4 3 Please, don't send direct emails to Stéphane Raimbault unless you want
5 4 commercial support.
... ... @@ -7,8 +6,8 @@ commercial support.
7 6 Take care to read the documentation at http://libmodbus.org/.
8 7  
9 8 - *Be sure it's a bug before creating an issue*, in doubt, post a message on
10   - https://groups.google.com/forum/#!forum/libmodbus or send an email to
11   - libmodbus@googlegroups.com
  9 + <https://groups.google.com/forum/#!forum/libmodbus> or send an email to
  10 + <libmodbus@googlegroups.com>
12 11  
13 12 - *Use a clear and descriptive title* for the issue to identify
14 13  
... ...
ISSUE_TEMPLATE.md
... ... @@ -62,11 +62,11 @@ everything up to and including the following line which starts with ---.
62 62  
63 63 <...>
64 64  
65   -## Expected behavior
  65 +## Actual behavior if applicable
66 66  
67 67 <...>
68 68  
69   -## Actual behavior
  69 +## Expected behavior or suggestion
70 70  
71 71 <...>
72 72  
... ...
tests/README.md
1   -# License
  1 +# Tests
  2 +
  3 +## License
  4 +
2 5 Test programs of this directory are provided under BSD license (see associated
3 6 LICENSE file).
4 7  
5   -# Compilation
  8 +## Compilation
  9 +
6 10 After installation, you can use pkg-config to compile these tests.
7 11 For example, to compile random-test-server run:
8 12  
... ...