mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-19 00:10:14 +02:00
34 lines
605 B
Markdown
34 lines
605 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.
|
||
|
||
### Stack Trace
|
||
```c#
|
||
Add a stack trace if available.
|
||
```
|
||
|
||
### To Reproduce
|
||
Steps to reproduce the behavior:
|
||
1. Go to '...'
|
||
2. Scroll down to '....'
|
||
3. Click on '....'
|
||
4. See error
|
||
|
||
### 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.
|