Update issue templates

pull/282/head
Ross Wightman 4 years ago committed by GitHub
parent 60c998af22
commit d940a53cd9

@ -3,8 +3,8 @@ name: Bug report
about: Create a bug report to help us improve. Issues are for reporting bugs or requesting about: Create a bug report to help us improve. Issues are for reporting bugs or requesting
features, the discussion forum is available for asking questions or seeking help features, the discussion forum is available for asking questions or seeking help
from the community. from the community.
title: '' title: "[BUG] Issue title..."
labels: '' labels: bug
assignees: rwightman assignees: rwightman
--- ---
@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **Desktop (please complete the following information):**
- OS: [e.g. iOS] - OS: [e.g. Windows 10, Ubuntu 18.04]
- This repository version [e.g. pip 0.3.1 or commit ref] - This repository version [e.g. pip 0.3.1 or commit ref]
- PyTorch Version [e.g. 1.7] w/ CUDA/cuDNN version - PyTorch version w/ CUDA/cuDNN [e.g. from `conda list`, 1.7.0 py3.8_cuda11.0.221_cudnn8.0.3_0]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

@ -3,14 +3,14 @@ name: Feature request
about: Suggest an idea for this project. Issues are for reporting bugs or requesting about: Suggest an idea for this project. Issues are for reporting bugs or requesting
features, the discussion forum is available for asking questions or seeking help features, the discussion forum is available for asking questions or seeking help
from the community. from the community.
title: '' title: "[FEATURE] Feature title..."
labels: '' labels: enhancement
assignees: '' assignees: ''
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is.
**Describe the solution you'd like** **Describe the solution you'd like**
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.

Loading…
Cancel
Save