11 Star 40 Fork 6

Castle / OpenRA_rasc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.65 KB
一键复制 编辑 原始数据 按行查看 历史

OpenRA Mod SDK Contributing Guidelines

Thank you for your interest in OpenRA, OpenRA modding, and the OpenRA Mod SDK. OpenRA is an open source project, and our community members – you – are the driving force behind it. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into OpenRA, the Mod SDK, or our other sub-projects.

Please note that this repository is specifically for the scripts and infrastructure used to develop and build mods; bugs and feature requests against OpenRA itself should be directed to the main OpenRA/OpenRA repository. If you do come across a bug with the Mod SDK, or would like to request a new feature, then please take a look at the issue tracker first to see if it has already been reported.

When developing new features, it is important to make sure that they work on all our supported platforms. Right now, this means Windows >= 7 (with PowerShell >= 3), macOS >= 10.7, and Linux. We would like to also support *BSD, but do not currently have a means to test this.

Some issues to be aware of include:

  • Use http://www.shellcheck.net/ to confirm POSIX compatibility of *.sh scripts.
  • Avoid non-standard gnu extensions to common Unix tools (e.g. the -f flag from GNU readlink)

While your pull-request is in review it will be helpful if you join IRC to discuss the changes.

See also the in-depth guide on contributing on the main OpenRA project wiki. Most of the content on this page also applies to the Mod SDK.

1
https://gitee.com/CastleJing/OpenRA_rasc.git
git@gitee.com:CastleJing/OpenRA_rasc.git
CastleJing
OpenRA_rasc
OpenRA_rasc
master

搜索帮助