Simple, functional, beautiful.
Website: rayui.cn
- Download or clone it
- Delete the old
Interfacedirectory before copy. - Leave the
.gitignore, README.mdfiles, copy theInterfacedirectory toyour_wow_path/addons/
- Fork it
- Clone your fork repo
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Do this at Github. Don't do this with the mirrow repo.
简洁,实用,美观。
网站:rayui.cn
- 下载或者 clone 这个库
- 在复制新内容之前删除旧的
Interface文件夹 - 不要管
.gitignore, README.md这些文件,只把Interface文件夹复制到你的 WOW 目录的addons文件夹下
- fork 这个库
- clone 你 fork 出来的库
- 创建一个 feature 分支 (
git checkout -b my-new-feature) - commit 你的修改 (
git commit -am 'Add some feature') - push 这个 feature 分支到远端 (
git push origin my-new-feature) - 从这个分支发起一个 Pull Request
只在 Github 的主库贡献代码,不要在镜像库中贡献代码。