diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-02-17 14:59:00 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-02-17 14:59:00 +0100 |
commit | fe065f51140b5fc6b56f43f66e83a41bdba23693 (patch) | |
tree | f5b65ed8bfed267146ace91fae69650404c5aa67 | |
parent | 5a8d37023a84d933eaa5113400014805048a689b (diff) | |
parent | fe9c98208101b517057906bf0a0faf787dd87276 (diff) | |
download | nextcloud-server-fe065f51140b5fc6b56f43f66e83a41bdba23693.tar.gz nextcloud-server-fe065f51140b5fc6b56f43f66e83a41bdba23693.zip |
Merge pull request #6892 from owncloud/issuetemplate-enhancements
Issue template enhancements
-rw-r--r-- | issue_template.md | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/issue_template.md b/issue_template.md index 0ddc7667bf3..ec14a8b3463 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,37 +1,44 @@ +### Steps to reproduce +1. +2. +3. + ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead -### Steps to reproduce -1. -2. -3. - ### Server configuration -Operating system: +**Operating system**: -Web server: +**Web server:** -Database: +**Database:** -PHP version: +**PHP version:** -ownCloud version: (see ownCloud admin page) +**ownCloud version:** (see ownCloud admin page) -Updated from an older ownCloud or fresh install: +**Updated from an older ownCloud or fresh install:** -List of activated app: +**List of activated apps:** + +**The content of config/config.php:** + +``` +Insert your config.php content here +(Without the database password and passwordsalt) +``` -The content of config/config.php: (Without the database password and passwordsalt) +**Are you using external storage, if yes which one:** local/smb/sftp/... -Are you using external storage, if yes which one: +**Are you using encryption:** yes/no ### Client configuration -Browser: +**Browser:** -Operating system: +**Operating system:** ### Logs #### Web server error log |