We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f606aa4 commit dbe87f6Copy full SHA for dbe87f6
.github/ISSUE_TEMPLATE/bug_report.md
@@ -26,8 +26,12 @@ Steps to reproduce the behavior:
26
**Expected behavior**
27
A clear and concise description of what you expected to happen.
28
29
-**Screenshots**
30
-If applicable, add screenshots to help explain your problem.
+**Code Snippets**
+If applicable, add code snippets to help explain your problem.
31
+
32
+```csharp
33
+// Add your code snippet here.
34
+```
35
36
**Protocol Logs**
37
Please include a protocol log (scrubbed of any authentication data), especially
0 commit comments