Update issue form

pull/62/head^2
duzx16 2023-03-16 00:07:30 +08:00
parent c746afcd86
commit a8705dbe1f
1 changed files with 17 additions and 13 deletions

View File

@ -1,7 +1,7 @@
name: 🐞 Bug
name: 🐞 Bug/Help
description: File a bug/issue
title: "[BUG] <title>"
labels: [Bug, Needs Triage]
title: "[BUG/Help] <title>"
labels: []
body:
- type: checkboxes
attributes:
@ -13,9 +13,11 @@ body:
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
description: |
A concise description of what you're experiencing, with screenshot attached if possible.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
required: true
- type: textarea
attributes:
label: Expected Behavior
@ -32,28 +34,30 @@ body:
3. Run '...'
4. See error...
validations:
required: false
required: true
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **Node**: 13.14.0
- **npm**: 7.6.3
- **Python**: 3.8
- **Transformers**: 4.26.1
- **PyTorch**: 1.12
- **CUDA Support**: True
value: |
- OS:
- Node:
- npm:
- Python:
- Transformers:
- PyTorch:
- CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :
render: markdown
validations:
required: false
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false