Browse Source

Create CONTRIBUTING.md

tags/2.3
clowwindy 9 years ago
parent
commit
4856b1c74a
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      CONTRIBUTING.md

+ 26
- 0
CONTRIBUTING.md View File

@@ -0,0 +1,26 @@
How to contribute
=================

Pull Requests
-------------

1. Pull requests are welcome. If you would like to add a large feature
or make a significant change, make sure to open an issue to discuss with
people first.
2. Make sure to pass the unit tests. Write unit tests for new modules if
needed.

Issues
------

1. Only bugs and feature requests are accepted here.
2. We'll only work on important features. If the feature you're asking only
benefits a few people, you'd better implement the feature yourself and send us
a pull request, or ask some of your friends to do so.
3. We don't answer questions of any other types here. Since very few people
are watching the issue tracker here, you'll probably get no help from here.
Read [Troubleshooting] and get help from forums or [mailing lists].


[Troubleshooting]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting
[mailing lists]: https://groups.google.com/forum/#!forum/shadowsocks

Loading…
Cancel
Save