From 3b1b91b331a5e522d3dbfefc0313f39ccdd73322 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 23 Apr 2018 22:49:23 +0300 Subject: [PATCH 1/3] move CONTRIBUTING.md to .github --- .github/CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..faf9134b0f --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,27 @@ +### 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). From e7cd732bfcb6fec856822eca2799912999913c71 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 23 Apr 2018 23:05:23 +0300 Subject: [PATCH 2/3] add .github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 28 ---------------------------- 2 files changed, 34 insertions(+), 28 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0a52c7f5e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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) + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 4b0be1f05b..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -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). From 7df75d1ad072ca9d967691b6a00e304118652826 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 28 Apr 2018 22:44:31 +0300 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0a52c7f5e3..9d6d88b818 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,6 +18,10 @@ I am using the following type of camera: (choose from V4L2, MMAL, Network Camera My camera model is: (insert your camera model, e.g. Logitech C290). +### Network Connection + +My motionEyeOS unit is connected to the network via: (choose your network connection, e.g. WiFi, Ethernet). + ### Peripherals I am using the following peripherals that I consider relevant to this issue: