aboutsummaryrefslogtreecommitdiffstats
path: root/issue_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 00000000..01b736be
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,28 @@
+##### Steps to reproduce the problem:
+1. Launch mitmproxy
+2. Press X
+3. Click Y
+
+##### What is the expected behavior?
+
+It should display Z.
+
+##### What went wrong?
+
+It crashed with this error/trace: ...
+
+##### Any other comments?
+
+None.
+
+---
+
+mitmproxy version: (e.g.: 0.16, git commit hash)
+
+mitmproxy installed from: (e.g.: pip, binary package, source)
+
+Operating System: (e.g.: Windows, OSX, Linux, with specific version)
+
+OpenSSL version: (e.g.: 1.0.2f, run `openssl version` in your shell)
+
+pyOpenSSL version: (e.g.: 0.15.1, run `import OpenSSL; print(OpenSSL.__version__)` in Python)