Skip to content

Commit 3b443ea

Browse files
committed
Add Github issue template to curb misuse.
For information on Github issue templates, see: https://github.com/blog/2111-issue-and-pull-request-templates The template has been revised according to discussion with @shelhamer and @willyd on pull request BVLC#4914.
1 parent efe1732 commit 3b443ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help.
2+
_Do not post such requests to Issues._ Doing so interferes with the development of Caffe.
3+
4+
Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue.
5+
6+
### Issue summary
7+
8+
9+
### Steps to reproduce
10+
11+
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
12+
13+
### Your system configuration
14+
Operating system:
15+
Compiler:
16+
CUDA version (if applicable):
17+
CUDNN version (if applicable):
18+
BLAS:
19+
Python or MATLAB version (for pycaffe and matcaffe respectively):

0 commit comments

Comments
 (0)