@ -20,6 +20,7 @@ try to follow these guidelines when you do so.
* Write good commit messages.
* Use the same coding conventions as the rest of the project.
* Ensure your edited codes with four spaces instead of TAB.
* About how to make a package, please see [Create and Submit packages to the official repository](https://xmake.io/#/package/remote_package?id=submit-packages-to-the-official-repository)
# 贡献代码
@ -40,5 +41,6 @@ try to follow these guidelines when you do so.
@ -61,6 +61,8 @@ Write a xmake.lua of new package in `packages/x/xxx/xmake.lua` and push a pull-r
For example, [packages/z/zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/dev/packages/z/zlib/xmake.lua):
If you want to known more, please see: [Create and Submit packages to the official repository](https://xmake.io/#/package/remote_package?id=submit-packages-to-the-official-repository)