From 8344d43a04fa4c07b1e8b8a288d4f7dadb3f7bb8 Mon Sep 17 00:00:00 2001 From: NickYang <362148418@qq.com> Date: Sat, 31 Mar 2018 11:11:44 +0800 Subject: [PATCH] Update CONTRIBUTING.md Former-commit-id: d0ca5a612166178f27d869290dc4f67296c54988 Former-commit-id: 79b8ddb3caab06679ef9ed11ae4e641f1147550d --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d96e390d..822b1e86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to ArkGameFrame +# Contributing to ARK Welcome to [report Issues](https://github.com/ArkGame/ARK/issues) or [pull requests](https://github.com/ArkGame/ARK/pulls). It's recommended to read the following Contributing Guide first before contributing. ## Issues @@ -24,7 +24,7 @@ There are three main branches here: 2. `develop` branch. - (1).There is a `develop` for `ArkGameFrame` developing version. It is our stable developing branch. After full testing, `develop` branch will be merged to `master` branch for the next release. + (1).There is a `develop` for `ARK` developing version. It is our stable developing branch. After full testing, `develop` branch will be merged to `master` branch for the next release. (2). **You are recommended to submit bugfix or feature PR on `develop` branch.** @@ -49,4 +49,4 @@ Try to be similar with the other authers. ## License By contributing to `ARK`, you agree that your contributions will be licensed -under [Apache LICENSE](https://github.com/ArkGame/ArkGameFrame/blob/master/LICENSE) +under [Apache LICENSE](https://github.com/ArkGame/ARK/blob/master/LICENSE)