diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2cbb286 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +* 欢迎为本项目提供帮助。 + +* 本项目是以案例为单位提交的 commit, 如果您觉得我的翻译有问题或看不懂的时候,打开 commit 记录找到对应的例子就可以快速获取文章的中英文对照。 + +* 您可以随意开一个 issue 或者 pull requests 与我讨论你觉得有问题的翻译,请不要有任何顾虑。毕竟讨论出真知。 + +* 如果你有什么新的 Python 的有趣案例想与大家分享,优先推荐你提交给[原项目](https://github.com/satwikkansal/wtfpython/)。当然也可以直接提交给本项目。 + +* 为了保持本项目 commit 记录能持续以案例为单位,当您的修改建议被采纳时,我可能无法直接将您的pull requests merge 进来。这点希望您能谅解。 + +* 我会将您的 GitHub 账号加入[贡献列表](https://github.com/leisurelicht/wtfpython-cn/blob/master/CONTRIBUTORS.md)中,同时会在相关的 issue 或 pull requests 中通知您。 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..22ce081 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,20 @@ +感谢下面各位大佬对本项目提供的支持 + +多谢你们花费宝贵的业余时间帮助这个项目变得更好 + +| Github | Related | +| -------- | --------- | +| [lujqme](https://github.com/lujqme) | [#1](https://github.com/leisurelicht/wtfpython-cn/pull/1) | +| [losoliveirasilva](https://github.com/losoliveirasilva) | [#4](https://github.com/leisurelicht/wtfpython-cn/pull/4) | +| [liliao2017](https://github.com/liliao2017) | [#3](https://github.com/leisurelicht/wtfpython-cn/issues/3) [#8](https://github.com/leisurelicht/wtfpython-cn/issues/8) | +| [singlaive](https://github.com/singlaive) | [#6](https://github.com/leisurelicht/wtfpython-cn/issues/6) | +| [RocShi](https://github.com/RocShi) | [#13](https://github.com/leisurelicht/wtfpython-cn/issues/13) | +| [mj2602594534](https://github.com/mj2602594534) | [#17](https://github.com/leisurelicht/wtfpython-cn/issues/17) [#19](https://github.com/leisurelicht/wtfpython-cn/issues/19) | +| [dingqiulin](https://github.com/dingqiulin) | [#21](https://github.com/leisurelicht/wtfpython-cn/issues/21) | +| [myfreess](https://github.com/myfreess) | [#23](https://github.com/leisurelicht/wtfpython-cn/issues/23) | +| [yopoing](https://github.com/yopoing) | [#29](https://github.com/leisurelicht/wtfpython-cn/issues/29) | +| [1160220635](https://github.com/1160220635) | [#20](https://github.com/leisurelicht/wtfpython-cn/pull/20) | +| [fanofxiaofeng](https://github.com/fanofxiaofeng) | [#31](https://github.com/leisurelicht/wtfpython-cn/pull/31) | +| [Hagb](https://github.com/Hagb) | [#40](https://github.com/leisurelicht/wtfpython-cn/pull/40) | +| [xiaoqiangjun](https://github.com/xiaoqiangjun) | [#42](https://github.com/leisurelicht/wtfpython-cn/issues/42) | +| [imba-tjd](https://github.com/imba-tjd) | [#42](https://github.com/leisurelicht/wtfpython-cn/issues/42) | diff --git a/README.md b/README.md index 7fb4d24..a1e5b85 100644 --- a/README.md +++ b/README.md @@ -2386,6 +2386,8 @@ nan 你可以通过新建 [issue](https://github.com/satwikkansal/wtfpython/issues/new) 或者在上 [Gitter](https://gitter.im/wtfpython/Lobby) 与我们进行讨论. +(译: 如果你想对这个翻译项目提供帮助, 请看[这里](https://github.com/leisurelicht/wtfpython-cn/blob/master/CONTRIBUTING.md)) + # Acknowledgements/致谢 这个系列最初的想法和设计灵感来自于 Denys Dovhan 的项目 [wtfjs](https://github.com/denysdovhan/wtfjs). 社区的强大支持让它成长为现在的模样.