Skip to content
Snippets Groups Projects
Unverified Commit c2f1409d authored by cladmi's avatar cladmi
Browse files

github: add 'testing' to the PR template

Add a section on the testing procedure for a pull request.
It should help reviewing pull requests as they often not describe which
application raises the error they are fixing or any way of verifying
that a feature is correctly implemented.
parent 463b04aa
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,16 @@ Put here the description of your contribution: ...@@ -15,6 +15,16 @@ Put here the description of your contribution:
--> -->
### Testing procedure
<!--
Details steps to test your contribution:
- which test/example to compile for which board and is there a 'test' command
- how to know that it was not working/available in master
- the expected success test output
-->
### Issues/PRs references ### Issues/PRs references
<!-- <!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment