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

Commit f4ce00e

Browse files
authored
Merge pull request #38 from facebookresearch/github-template
Add github issues template
2 parents a583064 + 09112ae commit f4ce00e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
- Docker image (if using docker):
16+
- GCC/GXX version (if compiling from source):
17+
- LLVM/Tapir git hash used (if compiling from source):
18+
- Commit hash of our repo and submodules (if compiling from source):
19+
20+
In addition, including the following information will also be very helpful for us to diagnose the problem:
21+
- A script to reproduce the issue (highly recommended if its a build issue)
22+
- Error messages and/or stack traces of the issue (create a gist)
23+
- Context around what you are trying to do

0 commit comments

Comments
 (0)