Skip to content

Commit f5cbb48

Browse files
committed
Update bug report template to use Python example instead of C#
1 parent cdfe522 commit f5cbb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Include a complete code listing (or project/solution) that we can run to reprodu
2222

2323
Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to reproduce the issue.
2424

25-
```c#
26-
Console.WriteLine("Hello World!");
25+
```python
26+
print("Hello World!");
2727
```
2828

2929
### Expected behavior

0 commit comments

Comments
 (0)