1 Star 2 Fork 0

neptunekk / pyOCD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.39 KB
一键复制 编辑 原始数据 按行查看 历史

Contributing

We appreciate your contributions! Because this is an open source project, we want to keep it as easy as possible to contribute changes. However, we need contributors to follow a few guidelines.

Coding style

Contributed source code must follow PEP8 style conventions.

Other formatting requirements:

  • 4 space indents, no tabs are allowed.
  • No trailing whitespace.
  • All source files must end with a newline (an empty line at the end).
  • Lines should generally not be longer than 120 characters, though this is not a hard rule.

Process

Please create a pull request in GitHub with your contribution. Before creating the pull request, please ensure that all tests pass. We also run the tests on a wide range of boards for every pull request using our CI setup. Changes must pass on all tested boards before the the pull request can be merged.

The developers' guide describes how to create your development environment. The automated tests guide provides information about the available types of tests and describes how to run the tests.

More

For more information about contributing, see the Mbed OS contributor documentation. Although this documentation is written primarily with Mbed OS in mind, much of it applies directly to pyOCD, as well.

Python
1
https://gitee.com/neptunekk/pyOCD.git
git@gitee.com:neptunekk/pyOCD.git
neptunekk
pyOCD
pyOCD
master

搜索帮助