forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised guidelines for GitHub issues (BVLC#6327)
revised guidelines for GitHub issues and caffe-users posts
- Loading branch information
Showing
2 changed files
with
75 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
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. | ||
## Important - read before submitting | ||
|
||
Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue. | ||
*Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!* | ||
|
||
*Please do not post installation, build, usage, or modeling questions, or other requests for help to Issues.* | ||
Use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) instead. | ||
This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe. | ||
|
||
### 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): | ||
### Tried solutions | ||
|
||
|
||
### System configuration | ||
|
||
* Operating system: | ||
* Compiler: | ||
* CUDA version (if applicable): | ||
* CUDNN version (if applicable): | ||
* BLAS: | ||
* Python version (if using pycaffe): | ||
* MATLAB version (if using matcaffe): | ||
|
||
### Issue checklist | ||
|
||
- [ ] read the guidelines and removed the first paragraph | ||
- [ ] written a short summary and detailed steps to reproduce | ||
- [ ] explained how solutions to related problems failed (tick if found none) | ||
- [ ] filled system configuration | ||
- [ ] attached relevant logs/config files (tick if not applicable) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters