-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: BUG | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
*Short summary (3-5 sentences) describing the issue.* | ||
|
||
### Assemblies affected | ||
|
||
*Which assemblies and versions are known to be affected?* | ||
|
||
### Steps to reproduce | ||
|
||
*The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue:* | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
... | ||
|
||
### Expected result | ||
|
||
A clear and concise description of what you expected to happen. | ||
*What would happen if there wasn't a bug.* | ||
|
||
### Actual result | ||
|
||
*What is actually happening.* | ||
|
||
### Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Additional detail | ||
|
||
Add any other context about the problem here. | ||
*Optional, details of the root cause if known.* |