aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: ae948d736b388c508cfa96c60cf2c951c7f18193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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](https://github.com/mitmproxy/mitmproxy/issues). 
You can use the following template to structure your report:

```
##### Steps to reproduce the problem:
1.
2.
3.

##### What is the expected behavior?


##### What went wrong?


##### Any other comments?


---
mitmproxy version:
Operating System:
```

# Feature Requests

We're happy to hear what you'd like to see in mitmproxy. Please file feature requests on the GitHub [issue tracker](https://github.com/mitmproxy/mitmproxy/issues). 

# Patches

We're always happy to accept patches. Please submit them in the form of pull requests to the main [mitmproxy repository](https://github.com/mitmproxy/mitmproxy/).  
If you're working on something cool, please do not hesistate and get in touch!

Instructions for setting up a development environment can be found in the [README](README.rst).