From dd18897475ac8d1bb3677dc63e04877ab8d4809c Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 27 Jul 2017 12:13:48 +0200 Subject: added github issue template --- .github/issue_template.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/issue_template.md (limited to '.github') diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..63b72994 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,57 @@ + + +### What version of NextCloudPi are you using? ( eg: v0.17.2 ) + +### What is the base image that you installed on the SD card? ( eg: NextCloudPi_07-21-17 ) + +### Expected behavior + +### Actual behaviour + +### Steps to reproduce, from a freshly installed image + +### Include logs +
+Nextcloud logs + +``` +Login as admin user into your Nextcloud and copy here the logs from +https://example.com/index.php/settings/admin/logging + +If you don't have access to the web interface, open a terminal session and paste the last 100 lines of /var/www/nextcloud/data/nextcloud.log +``` +
+
+Apache logs + +``` +Paste the output of `systemctl status apache2` +Paste the output of `tail -100 /var/log/apache2/*.log` +``` +
+
+mariaDB logs + +``` +Paste the output of `systemctl status mysqld` +Paste the output of `tail -100 /var/log/mysql/*.log` +``` +
-- cgit v1.2.3