加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CONTRIBUTING.rst 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Aivar Annamaa 提交于 2019-06-10 06:55 . Update CONTRIBUTING.rst

Contributing

We are welcoming all kinds of contributions:

NB! For non-trivial contributions you should discuss your plan under a GitHub issue first to make sure your goals and means align with the vision of Thonny core team.

See the wiki for more info.

NB! If you want to contribute to Thonny but don't want to or can't register a GitHub account (for example because you are younger than 13 years), then get in touch and we'll find a way!

Code format

Thonny uses Black to keep code formatting consistent. Please format your code with black thonny before issuing a pull request. Format options are specified in pyproject.toml in the root of the repository and will be picked up from there by Black.

In recent PyDev versions you can select Black as your formatter (Preferences => PyDev => Editor => Code Style => Code Formatter) and make it run on each save (Preferences => PyDev => Editor => Save Actions). See Black's documentation about configuring other IDE-s.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化