Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 35b3bf0

Browse files
committed
Add github issues template
1 parent 3fd7669 commit 35b3bf0

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+
Tensor Comprehensions Github Issues Guidelines
2+
----------------------------------------------
3+
4+
If you have a feature request or a bug report (build issue), please open an issue on Github and fill the template below so we can help you better and faster. If you have some general
5+
questions about Tensor Comprehensions, please visit our [slack channel](https://tensorcomprehensions.herokuapp.com/) or email us at tensorcomp@fb.com
6+
7+
For build issues, please add `[Build]` at the beginning of issue title.
8+
9+
When submitting a bug report, please include the following information (where relevant):
10+
- OS:
11+
- How you installed TC (docker, conda, source):
12+
- Python version:
13+
- CUDA/cuDNN version:
14+
- Conda version (is using conda):
15+
- GCC/GXX 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 issue (highly recommended if its a build issue)
19+
- Error messages and/or stack traces of the issue (create a gist)
20+
- Context around what you are trying to do

0 commit comments

Comments
 (0)