summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorRichard Zou <zou3519@users.noreply.github.com>2018-01-23 15:00:40 -0500
committerSoumith Chintala <soumith@gmail.com>2018-01-23 15:00:40 -0500
commite60f7e24908c5e88746a9d9f04521de086378acf (patch)
tree1ea5baa5b59c9198be49152012a33c586e7b4537 /.github/ISSUE_TEMPLATE.md
parent70f043633570981e08f8261a9c166dd9a9fa0c53 (diff)
downloadpytorch-e60f7e24908c5e88746a9d9f04521de086378acf.tar.gz
pytorch-e60f7e24908c5e88746a9d9f04521de086378acf.tar.bz2
pytorch-e60f7e24908c5e88746a9d9f04521de086378acf.zip
Create issue template with guidelines for issue submissions (#4810)
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..900b5c4cf8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
+PyTorch GitHub Issues Guidelines
+--------------------------------
+
+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/
+
+If you are submitting a feature request, please preface the title with [feature request].
+
+When submitting a bug report, please include the following information (where relevant):
+- OS:
+- PyTorch version:
+- How you installed PyTorch (conda, pip, source):
+- Python version:
+- CUDA/cuDNN version:
+- GPU models and configuration:
+- GCC version (if compiling from source):
+
+In addition, including the following information will also be very helpful for us to diagnose the problem:
+- A script to reproduce the bug. Please try to provide as minimal of a test case as possible.
+- Error messages and/or stack traces of the bug
+- Context around what you are trying to do
+