1 Star 5 Fork 2

zdzhaoyong / AirSim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
contributing.md 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Chris Lovett 提交于 2017-02-18 16:35 . add some more

Contributing

Steps

  • Make sure your changes conforms to coding style around it. Please read our short and sweet coding guidelines.
  • File an issue first so we are aware about change you want to make and possibly guide you.
  • Use usual steps to make changes just like other GitHub projects.
  • Clean compile your changes on Windows and Linux and test basic simulator operations.
  • When your pull request is created, you might get prompted to one-time sign Contributor License Agreement (CLA) unless changes are minor. It's very simple and takes less than a minute.
  • If your pull request gets a conflict, please resolve it.
  • If you pull request shows other changes you need to rebase your branch and try again.
  • Watch for any comments on your pull request.
  • Please try and limit your changes to small number of files. We need to review every line of your change and we can't reasonably do that if you make requests with huge number of changes.

Don'ts

  • Do not make just cosmetic changes. We will generally reject pull requests with only cosmetic changes.
  • Do not change code in the deps folder! That's our dependencies and untouchable unless there is very strong reason for it.
  • Do not include OS specific header files. Large portions of our library is header-only and we want to keep all our headers clean..
1
https://gitee.com/zdzhaoyong/AirSim.git
git@gitee.com:zdzhaoyong/AirSim.git
zdzhaoyong
AirSim
AirSim
master

搜索帮助