We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba84a commit de7dbc5Copy full SHA for de7dbc5
README.md
@@ -24,18 +24,28 @@ your host machine.
24
25
Build the tests with
26
27
-´´´bash
+```shell
28
cd test
29
make
30
-´´´
+```
31
32
Execute the test suite with
33
34
35
./build/meshAPItest
36
37
+
38
+## Contributing
39
40
+We welcome your contributions!
41
42
+Please read the [instructions on how to do it][here_contribution]
43
+and please review our [code of conduct][here_code_of_conduct].
44
45
## License
46
47
Wirepas Oy licensed under Apache License, Version 2.0 See file LICENSE for
48
full license details.
49
50
+[here_contribution]: https://github.com/wirepas/c-mesh-api/blob/master/CONTRIBUTING.md
51
+[here_code_of_conduct]: https://github.com/wirepas/c-mesh-api/blob/master/CODE_OF_CONDUCT.md
0 commit comments