mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-18 07:50:13 +02:00
32 lines
574 B
Markdown
32 lines
574 B
Markdown
---
|
||
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.
|