add .github/ISSUE_TEMPLATE.md

This commit is contained in:
Calin Crisan 2018-04-23 23:05:23 +03:00
parent 3b1b91b331
commit e7cd732bfc
2 changed files with 34 additions and 28 deletions

34
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,34 @@
### Preliminary Docs
I confirm that I have read the [CONTRIBUTING](https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md) guide before opening this issue.
I confirm that I have read the [FAQ](https://github.com/ccrisan/motioneyeos/wiki/FAQ) before opening this issue.
### motionEyeOS Version
I am running motionEyeOS version: (insert your version here, e.g. 20180314).
### Board Model
I am using the following board/model: (insert your board model here, e.g. Raspberry PI 3B+).
### Camera
I am using the following type of camera: (choose from V4L2, MMAL, Network Camera, Fast Network Camera and Simple MJPEG Camera).
My camera model is: (insert your camera model, e.g. Logitech C290).
### Peripherals
I am using the following peripherals that I consider relevant to this issue:
* (e.g. USB WiFi adapter)
* (e.g. External Hard Disk)
### Log Files
I consider the following log files relevant to this issue:
* (attach e.g. motioneye.log)
* (attach e.g. boot.log)

View File

@ -1,28 +0,0 @@
### Please don't create issues that are not relevant to this project
If you think your problem is related to [motionEye] rather than to motionEyeOS, please consider the [motionEye Issue Tracker](https://github.com/ccrisan/motioneye/issues).
If you think your problem is related to [motion] rather than to motionEye(OS), please consider the [Motion Project Issue Tracker](https://github.com/Motion-Project/motion/issues).
If you're not sure about the nature of your problem or you think the community might help, please consider writing on the [motionEye Google Group](https://groups.google.com/forum/#!forum/motioneye).
### Issue Already Reported
First of all, search through the [list of issues](https://github.com/ccrisan/motioneyeos/issues); someone else might have already reported your issue. If you found it, feel free to contribute to the issue with comments.
### Report New Issue
If your issue hasn't been reported yet, [report it yourself](https://github.com/ccrisan/motioneyeos/issues/new).
If you're using motionEye on a Linux distro rather than motionEyeOS, please switch over to [motionEye's issue tracker](https://github.com/ccrisan/motioneye/issues/).
##### Version And Hardware
Please clearly specify what OS version you are running and on what board. It is also important to know what types of cameras you have attached to your motionEyeOS system.
##### Attach Log Files
In the *Expert Settings* section of the settings panel you will find a few log files that can be downloaded and saved locally to your computer. These log files can help identifying the cause of your issue. You can attach these files to the body of the issue (or to a comment).
##### Attach Screenshot
Don't be afraid to attach some screenshots, if you think your problem can be more easily explained visually. Images can be attached directly to the issue on github.
##### Sensitive Data
Never attach configuration files (the ones found in `/data/etc`) before removing sensitive data from them (e.g. passwords, public IP addresses, etc).