You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_template.md 591B

11 years ago
11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ### Expected behaviour
  2. Tell us what should happen
  3. ### Actual behaviour
  4. Tell us what happens instead
  5. ### Steps to reproduce
  6. 1.
  7. 2.
  8. 3.
  9. ### Server configuration
  10. Operating system:
  11. Web server:
  12. Database:
  13. PHP version:
  14. ownCloud version:
  15. ### Client configuration
  16. Browser:
  17. Operating system:
  18. ### Logs
  19. #### Web server error log
  20. ```
  21. Insert your webserver log here
  22. ```
  23. #### ownCloud log (data/owncloud.log)
  24. ```
  25. Insert your ownCloud log here
  26. ```
  27. #### Browser log
  28. ```
  29. Insert your browser log here, this could for example include:
  30. a) The javascript console log
  31. b) The network log
  32. c) ...
  33. ```