-
Notifications
You must be signed in to change notification settings - Fork 159
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
1 parent
842bc73
commit 384870b
Showing
1 changed file
with
26 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us solve your issue | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Here is some example code that allows anyone to easily reproduce the issue I am having. | ||
See [TroubleShooting LazyCache](https://github.com/alastairtree/LazyCache/wiki/Troubleshooting-LazyCache) for an example of a minimal reproducable example. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
** Framework and Platform | ||
- OS: [e.g. Windows Server 2019] | ||
- Framework [e.g. netcoreapp2.1] | ||
- LazyCache Version [e.g. 2.0.3] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |