From 74a997e230e1b2efec1558d28683941b72b92610 Mon Sep 17 00:00:00 2001 From: Jody Donetti Date: Sat, 10 Feb 2024 10:12:04 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d84684f0..c91aa0c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,10 @@ assignees: '' --- -**Describe the bug** +## Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +## To Reproduce Here's a [MRE (Minimal Reproducible Example)](https://en.wikipedia.org/wiki/Minimal_reproducible_example) of the issue: - code sample block - or gist @@ -21,18 +21,18 @@ Here's a [MRE (Minimal Reproducible Example)](https://en.wikipedia.org/wiki/Mini For some help on this look at this [help page](https://stackoverflow.com/help/minimal-reproducible-example) on Stack Overflow. --> -**Expected behavior** +## Expected behavior A clear and concise description of what you expected to happen. -**Versions** +## Versions I've encountered this issue on: - FusionCache version - .NET version - OS version - others (eg: if applicable, the Redis/Memcached/etc version and if onprem/cloud/etc) -**Screenshots** +## Screenshots If applicable, add screenshots to help explain your problem. -**Additional context** +## Additional context Add any other context about the problem here.