21 Star 63 Fork 20

赵建辉 / libuwsc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Jianhui Zhao 提交于 2018-03-25 21:47 . chmod 644

Contributing

If you want to contribute to libuwsc, please follow these simple rules:

  1. Press the fork button:

    fork

  2. Clone the repository from your account with:

    git clone https://github.com/your_github_username/libuwsc.git
  3. Create a new branch with:

    git checkout -b "libuwsc-1-fix"

    You can name it however you want.

  4. Make your changes

  5. Commit and push your changes, then make a pull request from Github.

    git commit --signoff git push origin libuwsc-1-fix

  6. Awaiting review, if accepted, merged!

IMPORTANT

Please, don't forget to update your fork. While you made your changes, the content of the master branch can change because other pull requests were merged and it can create conflicts. This is why you have to rebase on master every time before pushing your changes and check that your branch doesn't have any conflicts with master.

Thank you.

C
1
https://gitee.com/zhaojh329/libuwsc.git
git@gitee.com:zhaojh329/libuwsc.git
zhaojh329
libuwsc
libuwsc
master

搜索帮助