Skip to content

Commit

Permalink
Update bug report template with code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Nov 5, 2024
1 parent 922079d commit b495de4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ body:
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
placeholder: |
Steps to reproduce the behavior:
```python
from trl import ...
1.
2.
3.
```
outputs:
```
Traceback (most recent call last):
File "example.py", line 42, in <module>
...
```
- type: textarea
id: expected-behavior
Expand Down

0 comments on commit b495de4

Please sign in to comment.