Browse Source

Update CONTRIBUTING.md

master
clowwindy 10 years ago
parent
commit
b12ba5383c
  1. 43
      CONTRIBUTING.md

43
CONTRIBUTING.md

@ -1,38 +1,27 @@
How to contribute How to contribute
================= =================
在你提交问题前,请先[自行诊断]一下。提交时附上诊断过程中的问题和下列结果, Pull Requests
否则如果我们无法重现你的问题,也就不能帮助你。 -------------
Before you submit issues, please read [Troubleshooting] and take a few minutes 1. Pull requests are welcome. If you would like to add a large feature
to read this guide. or make a significant change, make sure to open an issue to dicuss with
people first.
问题反馈 2. Follow PEP8.
------- 3. Make sure to pass the unit tests. Write unit tests for new modules if
needed.
请提交下面的信息:
1. 你是如何搭建环境的?(操作系统,Shadowsocks 版本)
2. 操作步骤是什么?
3. 浏览器里的现象是什么?一直转菊花,还是有提示错误?
4. 发生错误时,客户端和服务端最后一部分日志。
5. 其它你认为可能和问题有关的信息。
如果你不清楚其中某条的含义, 可以直接跳过那一条。
Issues Issues
------ ------
Please include the following information in your submission: 1. Only bugs and feature requests are accepted here.
2. We'll only work on important features. If the feature you're asking only
1. How did you set up your environment? (OS, version of Shadowsocks) benefits a few people, you'd better implement the feature yourself and send us
2. Steps to reproduce the problem. a pull request, or ask some of your friends to do so.
3. What happened in your browser? Just no response, or any error message? 3. We don't answer questions of any other types here. Since very few people
4. 10 lines of log on the local side of shadowsocks when the error happened. are watching the issue tracker here, you'll probably get no help from here.
5. 10 lines of log on the server side of shadowsocks when the error happened. Read [Troubleshooting] and get help from forums or [mailing lists].
6. Any other useful information.
Skip any of them if you don't know its meaning.
[Troubleshooting]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting [Troubleshooting]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting
[自行诊断]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting [mailing lists]: https://groups.google.com/forum/#!forum/shadowsocks

Loading…
Cancel
Save