Add CONTRIBUTING.md, docker changes in Readme.md

.. also reviewed https://github.com/drwetter/testssl.sh/wiki/Coding-Style
This commit is contained in:
Dirk Wetter
2019-08-08 18:34:14 +02:00
parent 00d39693f3
commit 642cfe46dd
2 changed files with 40 additions and 16 deletions

15
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,15 @@
### Contributions / participation
is always welcome.
Note please that following is strongly requested:
* One PR per feature or bug fix or improvement.
* Document your PR properly, both in the PR and/or commit message and in the code.
* Please test your changes thoroughly as reliability is important for this project.
* Follow the length [coding guideline](https://github.com/drwetter/testssl.sh/wiki/Coding-Style).
If it's a new feature please consider writing a unit test for it. There's a directory ~/t/ which Travis runs automatically when anything is committed. You can use e.g. `20_baseline_ipv4_http.t` as a template. There's also [general documentation for Test::More](https://perldoc.perl.org/Test/More.html).