Skip to content

Commit 25cb377

Browse files
committed
change code block comments
1 parent a2aacf7 commit 25cb377

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
@@ -24,13 +24,13 @@ labels: 'bug'
2424
### Sample Code Snippet
2525
<!-- Please provide a code snippet that produces or is relevant to the bug. -->
2626
```ruby
27-
# Please provide a code snippet that produces or is relevant to the bug.
27+
# Sample Code Snippet
2828
```
2929

3030
### Stack Trace
3131
<!-- Please provide the stack trace that shows the bug. -->
3232
```shell
33-
# Please provide the stack trace that shows the bug.
33+
# Stack Trace
3434
```
3535

3636
### Expected Behavior

0 commit comments

Comments
 (0)