mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
This commit is contained in:
parent
463b04aa74
commit
c2f1409d6c
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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
|
||||
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user