Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila San <hello@camila.codes>2018-09-10 18:17:39 +0300
committerCamila San <hello@camila.codes>2018-09-10 18:17:39 +0300
commit90d391748197777c8b674e6e09cf78e571ce07c0 (patch)
tree97e5a9038450c5d624e9cdcf5bfaf8657c93464a /.github
parentd9cc3622584eb79f2ba197d2ba9fca2ff78d31ec (diff)
Creates .github folder.
- Adds issue_template.md to folder .github - previously bug_report.md. - This will enable the issue template when users creates issues. Signed-off-by: Camila San <hello@camila.codes>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md65
1 files changed, 65 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..928052583
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,65 @@
+# Create a bug report to help us improve
+<!---
+Please try to only report a bug if it happens with the latest version
+The latest version can be seen by checking https://download.nextcloud.com/desktop/
+For support try our forums: https://help.nextcloud.com
+--->
+
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Steps to reproduce
+1.
+2.
+3.
+
+### Client configuration
+Client version:
+
+Operating system:
+
+OS language:
+
+Qt version used by client package (Linux only, see also Settings dialog):
+
+Client package (From ownCloud or distro) (Linux only):
+
+Installation path of client:
+
+
+### Server configuration
+<!---
+Optional section. It depends on the issue.
+--->
+
+Operating system:
+
+Web server:
+
+Database:
+
+PHP version:
+
+ownCloud version:
+
+Storage backend (external storage):
+
+### Logs
+
+Please use Gist (https://gist.github.com/) or a similar code paster for longer
+logs.
+
+```Template for output < 10 lines```
+
+1. Client logfile: Output of `owncloud --logwindow` or `owncloud --logfile log.txt`
+(On Windows using `cmd.exe`, you might need to first `cd` into the ownCloud directory)
+(See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )
+
+2. Web server error log:
+
+3. Server logfile: ownCloud log (data/owncloud.log):
+