Skip to content

Commit 88e2a9a

Browse files
committed
Add .github for issue template
1 parent babaa16 commit 88e2a9a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
PyTorch GitHub Issues Guidelines
2+
--------------------------------
3+
4+
We like to limit our issues to bug reports and feature requests. If you have a question or would like help and support, please visit our forums: https://discuss.pytorch.org/
5+
6+
If you are submitting a feature request, please preface the title with [feature request].
7+
8+
When submitting a bug report, please include the following information (where relevant):
9+
- OS:
10+
- PyTorch version:
11+
- How you installed PyTorch (conda, pip, source):
12+
- Python version:
13+
- CUDA/cuDNN version:
14+
- GPU models and configuration:
15+
- GCC version (if compiling from source):
16+
17+
In addition, including the following information will also be very helpful for us to diagnose the problem:
18+
- A script to reproduce the bug. Please try to provide as minimal of a test case as possible.
19+
- Error messages and/or stack traces of the bug
20+
- Context around what you are trying to do

0 commit comments

Comments
 (0)