Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duzx16 authored Mar 15, 2023
1 parent 85475c9 commit afadc6f
Showing 1 changed file with 32 additions and 33 deletions.
65 changes: 32 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,39 @@
name: 🐞 Bug
about: File a bug/issue
title: '[BUG] <title>'
labels: ''
labels: Bug, Needs Triage
assignees: ''

---

Issue tracker is **ONLY** used for reporting bugs.

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Current Behavior (Screenshot)
<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Environment
<!--- OS: [Windows / MacOS / Linux] -->
<!--- Python version [e.g. 3.8] -->
<!--- transformers version [e.g. 4.23.1] -->
<!--- PyTorch Version [e.g. 1.12] -->
<!--- CUDA Support [The output of running `python -c "import torch; print(torch.cuda.is_available())"`] -->

<!--- Provide a general summary of the issue in the Title above -->

## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
<!--
Note: Please search to see if an issue already exists for the bug you encountered.
-->

### Current Behavior:
<!-- A concise description of what you're experiencing. -->

### Expected Behavior:
<!-- A concise description of what you expected to happen. -->

### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
-->

### Environment:
<!--
Example:
- OS: Ubuntu 20.04
- Node: 13.14.0
- npm: 7.6.3
-->

### Anything else:
<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->

0 comments on commit afadc6f

Please sign in to comment.