1 Star 1 Fork 0

runsunlg / PX4_Firmware

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

Contributing to PX4 Firmware

We follow the Github flow development model.

Fork the project, then clone your repo

First fork and clone the project project.

Create a feature branch

Always branch off master for new features.

git checkout -b mydescriptivebranchname

Edit and build the code

The developer guide explains how to set up the development environment on Mac OS, Linux or Windows. Please take note of our coding style when editing files.

Commit your changes

Always write descriptive commit messages and add a fixes or relates note to them with an issue number (Github will link these then conveniently)

Example:

Change how the attitude controller works

- Fixes rate feed forward
- Allows a local body rate override

Fixes issue #123

Test your changes

Since we care about safety, we will regularly ask you for test results. Best is to do a test flight (or bench test where it applies) and upload the logfile from it (on the microSD card in the logs directory) to Google Drive or Dropbox and share the link.

Push your changes

Push changes to your repo and send a pull request.

MuncherMake sure to provide some testing feedback and if possible the link to a flight log file. Upload flight log files to Flight Review and link the resulting report.

1
https://gitee.com/runsunlg/PX4_Firmware.git
git@gitee.com:runsunlg/PX4_Firmware.git
runsunlg
PX4_Firmware
PX4_Firmware
master

搜索帮助