Added "How to test changes in PR" section to documentation

Also linked it from PR template.

Closes #936
This commit is contained in:
Martin Hořeňovský
2017-06-22 18:55:17 +02:00
parent dcab8a5971
commit a6cdcd43aa
2 changed files with 24 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
Please do not submit pull requests changing the `version.hpp`
or the single-include `catch.hpp` file, these are changed
only when a new release is made.
Before submitting a PR you should probably read the contributor documentation
at docs/contributing.md. It will tell you how to properly test your changes.
-->