Skip to content

Commit

Permalink
Add Template of Bug Report (NVIDIA#1321)
Browse files Browse the repository at this point in the history
* initial issue_template -- bug

* Apply suggestions from code review

Co-authored-by: eqy <eqy@cs.washington.edu>

Co-authored-by: eqy <eqy@cs.washington.edu>
  • Loading branch information
crcrpar and eqy authored Mar 15, 2022
1 parent 5bed56a commit a56e88d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve apex
title: ''
labels: bug
assignees: ''

---

**Describe the Bug**

**Minimal Steps/Code to Reproduce the Bug**
<!--
Please list the *minimal* steps or provide a code snippet for us to be able to reproduce the bug.
A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.
-->

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

**Environment**
<!-- OS, version of Python, CUDA, PyTorch; collect these via `python -m torch.utils.collect_env` -->

0 comments on commit a56e88d

Please sign in to comment.