forked from littlecodersh/ItChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54eef9b
commit 395e710
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
在提交前,请确保您已经检查了以下内容! | ||
|
||
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆 | ||
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作 | ||
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告 | ||
- [ ] 本问题确实关于`itchat`, 而不是其他项目. | ||
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目 | ||
|
||
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面: | ||
|
||
``` | ||
[在这里粘贴完整日志] | ||
``` | ||
|
||
您的itchat版本为:`[在这里填写版本号]`。(可通过`python -c "import itchat;print(itchat.__version__)"`获取) | ||
|
||
其他的内容或者问题更详细的描述都可以添加在下面: | ||
|
||
> [您的内容] | ||
[document]: https://github.com/soimort/you-get/wiki/FAQ | ||
[issues]: https://github.com/soimort/you-get/issues | ||
[itchatmp]: https://github.com/littlecodersh/itchatmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
**(阅读后请删除所有内容)** | ||
|
||
感谢您的pull request! `itchat`没有你们的帮助很难发展到今天,感谢您的贡献. | ||
|
||
以下简单检查项目望您复查: | ||
|
||
- [ ] 如果您预计提出两个或更多不相关补丁,请为每个使用不同的pull requests,而不是单一; | ||
- [ ] 所有的pull requests应基于最新的`master`分支; | ||
- [ ] 您预计提出pull requests的分支应有有意义名称,例如`add-this-shining-feature`而不是`develop`; | ||
- [ ] 所有的提交信息与代码中注释应使用可理解的英语. | ||
|
||
作为贡献者,您需要知悉 | ||
|
||
- [ ] 您同意在MIT协议下贡献代码,以便任何人自由使用或分发;当然,你仍旧保留代码的著作权 | ||
- [ ] 你不得贡献非自己编写的代码,除非其属于公有领域或使用MIT协议. | ||
|
||
不是所有的pull requests都会被合并,然而我认为合并/不合并的补丁一样重要。 | ||
如果您认为补丁重要,其他人也有可能这么认为,那么他们可以从你的fork中提取工作并获益。 | ||
无论如何,感谢您费心对本项目贡献. | ||
|
||
祝好, | ||
|
||
LittleCoder, 170308 | ||
|
||
**(请将本内容完整替换为PULL REQUEST的详细内容)** |