openhab-addons/travis-buddy-failure-template.md
Kai Kreuzer 4be0e341d8 Codebase as of f11ddbc2a3 as an initial commit for the shrunk repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-20 23:52:13 +02:00

23 lines
437 B
Markdown

## Travis tests have failed
Hey @{{pullRequestAuthor}},
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.
{{#jobs}}
### {{displayName}}
{{#scripts}}
<details>
<summary>
<strong>
Expand here
</strong>
</summary>
```
{{&contents}}
```
</details>
<br />
{{/scripts}}
{{/jobs}}