mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
Merge pull request #962 from mitmproxy/simpler-issue-template
Simplify Issue Template
This commit is contained in:
commit
be02dd105b
23
README.rst
23
README.rst
@ -100,29 +100,6 @@ The last command invokes `sphinx-autobuild`_, which watches the Sphinx directory
|
|||||||
the documentation when a change is detected.
|
the documentation when a change is detected.
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
|
||||||
----
|
|
||||||
|
|
||||||
Thank you for your interest in contributing to mitmproxy!
|
|
||||||
|
|
||||||
* Bug Reports
|
|
||||||
|
|
||||||
Bug Reports are very welcome - please file them on the GitHub issue_tracker_.
|
|
||||||
Please make sure to fill out the template and provide as much information as
|
|
||||||
possible.
|
|
||||||
|
|
||||||
* Feature Requests
|
|
||||||
|
|
||||||
We're happy to hear what you'd like to see in mitmproxy. Please file feature
|
|
||||||
requests on the GitHub issue_tracker_.
|
|
||||||
|
|
||||||
* Patches
|
|
||||||
|
|
||||||
We're always happy to accept patches. Please submit them in the form of pull
|
|
||||||
requests to the this repository. If you're working on something cool, please do
|
|
||||||
not hesitate and get in touch!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. |mitmproxy_site| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-mitmproxy.org-blue.svg
|
.. |mitmproxy_site| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-mitmproxy.org-blue.svg
|
||||||
:target: https://mitmproxy.org/
|
:target: https://mitmproxy.org/
|
||||||
|
@ -1,28 +1,19 @@
|
|||||||
##### Steps to reproduce the problem:
|
##### Steps to reproduce the problem:
|
||||||
1. Launch mitmproxy
|
|
||||||
2. Press X
|
1.
|
||||||
3. Click Y
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
##### What is the expected behavior?
|
##### What is the expected behavior?
|
||||||
|
|
||||||
It should display Z.
|
|
||||||
|
|
||||||
##### What went wrong?
|
##### What went wrong?
|
||||||
|
|
||||||
It crashed with this error/trace: ...
|
|
||||||
|
|
||||||
##### Any other comments?
|
##### Any other comments?
|
||||||
|
|
||||||
None.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
mitmproxy version: (e.g.: 0.16, git commit hash)
|
Mitmproxy Version:
|
||||||
|
Operating System:
|
||||||
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)
|
|
Loading…
Reference in New Issue
Block a user