diff options
author | Jonathan R. Williford <williford-nin566@neural.vision> | 2016-10-28 10:39:44 +0200 |
---|---|---|
committer | Jonathan R. Williford <williford-nin566@neural.vision> | 2016-11-03 09:41:51 +0100 |
commit | 3b443eacb30d8f4b3e551707faeebeeb15e77960 (patch) | |
tree | 2fdd53634d2f6cbdb401fea1d88a29ed3fc24690 /.github | |
parent | efe173237363143a93f42b36c9e8973967643bc4 (diff) | |
download | caffeonacl-3b443eacb30d8f4b3e551707faeebeeb15e77960.tar.gz caffeonacl-3b443eacb30d8f4b3e551707faeebeeb15e77960.tar.bz2 caffeonacl-3b443eacb30d8f4b3e551707faeebeeb15e77960.zip |
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/caffe#4914.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d78a3dc3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +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. +_Do not post such requests to Issues._ Doing so interferes with the development of Caffe. + +Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue. + +### Issue summary + + +### Steps to reproduce + +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. + +### Your system configuration +Operating system: +Compiler: +CUDA version (if applicable): +CUDNN version (if applicable): +BLAS: +Python or MATLAB version (for pycaffe and matcaffe respectively): |