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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-02-28 04:04:29 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-02-28 04:04:29 +0300
commitef1a78e8398f1f55bf9872e30217d547a3adf754 (patch)
treeff1af768e23eb373583fe2cb41588422d1685e0c
parentacd4492067e836b1aada587c84e171c64c6a1b14 (diff)
add GitHub ISSUE_TEMPLATE.md
-rw-r--r--.github/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--.github/ISSUE_TEMPLATE.md17
2 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3ac2c69..3ac2c69 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..94a7c7c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,17 @@
+<!--
+This template is for bug reports. If you are NOT reporting a bug, you can delete this starter template.
+
+Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
+-->
+
+**What version of WebTorrent are you using?**
+
+**For WebTorrent in the browser: which browser are you using?**
+
+**For WebTorrent in Node.js: which version of Node.js are you using?**
+
+**What did you do? Please include the actual source code causing the issue.**
+
+**What did you expect to happen?**
+
+**What actually happened? Please include debug logs from WebTorrent, if possible.**