Skip to content

Commit

Permalink
add traceback formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Oct 3, 2024
1 parent 60a966d commit 43ab245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ body:
description: |
Please add a minimal code example that can reproduce the error when running it. Be as succinct as possible, **do not depend on external data files**.
placeholder: |
```
Describe each step to reproduce the problem, along with related sample code if relevant.
```
validations:
required: true
- type: textarea
Expand All @@ -40,9 +38,11 @@ body:
label: Actual Behavior
description: |
A clear and concise description of what actually happened. If you observe an error, please paste the error message including the **full traceback** of the exception.
```
placeholder: >
Please paste or specifically describe the actual output or traceback.
```pytb
Paste here your traceback.
````
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 43ab245

Please sign in to comment.