Files
code-coverage-summary/.github/ISSUE_TEMPLATE/bug-report.md
T
2021-05-10 04:48:18 +01:00

32 lines
574 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Bug Report
about: Please report any bugs here.
title: ''
labels: bug
assignees: irongut
---
## Bug Report
Provide a short description of the bug with any error message.
### Workflow File
```yaml
Add the relevant parts of your workflow, if possible.
```
### Actions Log
```
Add the relevant part of the GitHub Actions log, if possible.
```
### Expected Behavior
A clear and concise description of what you expected to happen.
### Additional Context
Add any other context about the problem here.
### Linked To
List any issues linked to this bug.