From 2ffa6e499be9350f77c1e7a2738ebd1eadfb01a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gieling?= Date: Sun, 16 Sep 2018 14:57:09 +0200 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 91 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..a66d69f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,91 @@ +--- +name: Custom issue template +about: Custom issue template for reporting issues of any kind + +--- + +**Which Polls version are you running?** (see apps page) + +**Nextcloud or ownCloud?:** + +**Nextcloud/ownCloud version:** (see Nextcloud admin page) + +### Steps to reproduce +1. +2. +3. + +### Actual behaviour +Tell us what happens + +### Expected behaviour +Tell us what should happen instead + +**In case of a bug, please answer the following questions** + +### Server configuration + + +**Where did you install Nextcloud from:** + +**Operating system**: + +**Web server:** + +**Database:** + +**PHP version:** + +**Signing status:** + +``` +Login as admin user into your Nextcloud and access +http://example.com/index.php/settings/integrity/failed +paste the results here. +``` + +**List of activated apps:** + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ app:list +from within your Nextcloud installation folder +``` + +**Nextcloud configuration:** + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system +from within your Nextcloud installation folder + +or + +Insert your config.php content here +Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) +``` + +**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... + +### Client configuration +**Browser:** + +**Operating system:** + +### Logs + +#### Nextcloud log (data/nextcloud.log) +``` +Insert your Nextcloud log here +``` + +#### Browser log +``` +Insert your browser log here, this could for example include: + +a) The javascript console log +b) The network log +c) ... +``` -- cgit v1.2.3