1 Star 0 Fork 162

Jackey870 / apioak

forked from apioak / apioak 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
帅进超 提交于 2020-01-06 21:06 . feature: add add contributing document.

Contributing to APIOAK

You can contribute to the APIOAK project in the following forms.

  • Report bugs or usage issues via Issues for us to fix.

  • Contribute code, documentation or test cases for APIOAK via Pull Request.

How to report a Issues

  • Search through Issues The issue does not exist.

  • Open New Issues and briefly describe the issue in the title. Describe the detailed version, operating environment, and logs and other information in the content.

How to contribute code

  • Before new features are developed or problems are discovered, they can be announced or reported through the Issues method.

  • If you are contributing code for APIOAK for the first time, you need to click the Fork button in the upper right corner of the project homepage to put the project Fork in your home directory.

  • Clone items in home directory to local.

git clone https://github.com/{username}/apioak.git
  • Add the backbone warehouse address locally to pull the latest code.
git remote add upstream https://github.com/apioak/apioak.git
  • Checkout new branch from upstream repository before each development
git checkout -b feature/add/contributing/document upstream/master
  • After feature development is complete, add files to the git change record.
git add feature/file.lua
  • Write the commit information. Generally, the commit information will be consistent with the branch name.
git commit -m "feature: add contributing document."
  • The changed code is submitted to the same branch as the home directory project.
git push origin feature/add/contributing/document
  • After the submission is successful, launch Pull Request to the main project on the homepage of the home directory project.

  • When initiating Pull Request to the trunk, if the problem has been announced in the Issues, you can fill it in the Pull Request fill-in, FIX # ISSUES_ID, You can associate with Issues, and automatically close Issues after Pull Request Merged.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/Jakey870_admin/apioak.git
git@gitee.com:Jakey870_admin/apioak.git
Jakey870_admin
apioak
apioak
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891