diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-01-31 09:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 09:02:00 +0100 |
commit | 1523068b03fe9ca5eb0512b11b4acf5e8efa9773 (patch) | |
tree | 3156acc312765ac0a17277ef05326f0b1941282f /docs/dev/contributing.rst | |
parent | 980b8aedd34caf2084fb217f50f24e7ea0308ac8 (diff) | |
parent | 4746ce939fbbf08a37c3d6ea458b1bd37af866fb (diff) | |
download | mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.tar.gz mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.tar.bz2 mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.zip |
Merge pull request #1964 from mhils/new-contribution-docs
New contribution docs
Diffstat (limited to 'docs/dev/contributing.rst')
-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 |