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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-01-26 03:52:11 +0300
committerGitHub <noreply@github.com>2017-01-26 03:52:11 +0300
commita6a357fc72d6884a4b830e946c5be28787694fa7 (patch)
treecd843ce8175819d5d2a4e7b38e88db255bb3e02f
parent2b9d40e1827bb4c1e25f4efa543ee322d5965af3 (diff)
parentb55c227e42d41f91b1406a0dac150b24a012e53e (diff)
Merge pull request #18 from nextcloud/issue-template
Create issue_template.md
-rw-r--r--issue_template.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 0000000..39a8c29
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,20 @@
+<!--
+#### Video doesn't play?
+
+In most cases, this is because of your browser. The app uses HTML5 video playback. That means it can only play formats supported by your browser:
+
+https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility
+
+Please test this by dragging the video file into an empty tab. There's only a problem with the app if the video is working in the browser, but not in the player. When you open an issue, please supply a video that doesn't work or exact information on the codecs used.
+-->
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Steps to reproduce
+1.
+2.
+3.