diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2017-01-29 22:10:37 +0100 | 
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2017-01-29 22:10:37 +0100 | 
| commit | edb96f69f52daa53547a90a392dbdd51cdcfa7f5 (patch) | |
| tree | b32d607e622005c3f37e0a42d1fb92c8d57bc9d7 /docs/dev | |
| parent | e10fb22f9cf223d75b2a8f5a1656921fd0c2b7a6 (diff) | |
| download | mitmproxy-edb96f69f52daa53547a90a392dbdd51cdcfa7f5.tar.gz mitmproxy-edb96f69f52daa53547a90a392dbdd51cdcfa7f5.tar.bz2 mitmproxy-edb96f69f52daa53547a90a392dbdd51cdcfa7f5.zip | |
add contributing section that redirects to README
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/contributing.rst | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst new file mode 100644 index 00000000..8e04c270 --- /dev/null +++ b/docs/dev/contributing.rst @@ -0,0 +1,11 @@ +.. _contributing: + +Contributing +============ + +As an open source project, **mitmproxy** welcomes contributions of all forms.  + +Please head over to the README_ to get started! 😃 + + +.. _README: https://github.com/mitmproxy/mitmproxy/blob/master/README.rst
\ No newline at end of file | 
