Skip to content

Commit

Permalink
Update bug_report.md (#729)
Browse files Browse the repository at this point in the history
Updated bug report template to not require removing text
  • Loading branch information
HugoPhibbs authored Aug 21, 2024
1 parent 2186ba0 commit a8d8078
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,26 @@ assignees: ''
---

**Describe the Bug**
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->


**To Reproduce**
Steps to reproduce the behavior:
<!--
Steps to reproduce the behavior:
1. Allocate tensors of size '...'
2. Perform operation '...'
-->

**Expected Behavior**
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen.-->

**Code Snippets**
If applicable, add code snippets to help explain your problem.
<!-- If applicable, add code snippets to help explain your problem. -->

**System Details (please complete the following information):**
- OS: [e.g. Ubuntu 18.04]
- CUDA version: [e.g CUDA 11.4]
- g++ version: [e.g. 9.3.0]

**Additional Context**
Add any other context about the problem here.
<!--Add any other context about the problem here.-->

0 comments on commit a8d8078

Please sign in to comment.