File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Bug report
33about : Create a bug report to help us improve. Issues are for reporting bugs or requesting
44 features, the discussion forum is available for asking questions or seeking help
55 from the community.
6- title : ' '
7- labels : ' '
6+ title : " [BUG] Issue title... "
7+ labels : bug
88assignees : rwightman
99
1010---
@@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen.
2424If applicable, add screenshots to help explain your problem.
2525
2626** Desktop (please complete the following information):**
27- - OS: [ e.g. iOS ]
27+ - OS: [ e.g. Windows 10, Ubuntu 18.04 ]
2828 - This repository version [ e.g. pip 0.3.1 or commit ref]
29- - PyTorch Version [ e.g. 1.7] w/ CUDA/cuDNN version
29+ - PyTorch version w/ CUDA/cuDNN [ e.g. from ` conda list ` , 1.7.0 py3.8_cuda11.0.221_cudnn8.0.3_0 ]
3030
3131** Additional context**
3232Add any other context about the problem here.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Feature request
33about : Suggest an idea for this project. Issues are for reporting bugs or requesting
44 features, the discussion forum is available for asking questions or seeking help
55 from the community.
6- title : ' '
7- labels : ' '
6+ title : " [FEATURE] Feature title... "
7+ labels : enhancement
88assignees : ' '
99
1010---
1111
1212** Is your feature request related to a problem? Please describe.**
13- A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ... ]
13+ A clear and concise description of what the problem is.
1414
1515** Describe the solution you'd like**
1616A clear and concise description of what you want to happen.
You can’t perform that action at this time.
0 commit comments