Merge pull request #9814 from cladmi/pr/github/pull_request/add_testing

github: add 'testing' to the PR template
This commit is contained in:
Martine Lenders 2018-08-22 14:03:50 +02:00 committed by GitHub
commit d4ba129596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<!-- <!--
@ -23,4 +33,4 @@ Examples: Fixes #1234. See also #5678. Depends on PR #9876.
Please use keywords (e.g., fixes, resolve) with the links to the issues you Please use keywords (e.g., fixes, resolve) with the links to the issues you
resolved, this way they will be automatically closed when your pull request resolved, this way they will be automatically closed when your pull request
is merged. See https://help.github.com/articles/closing-issues-using-keywords/. is merged. See https://help.github.com/articles/closing-issues-using-keywords/.
--> -->