From cd406ac6b925a46ac0827c88c1e313dd73fa850d Mon Sep 17 00:00:00 2001 From: majorli6 Date: Mon, 7 Nov 2022 16:31:36 +0800 Subject: [PATCH] gitee and github docs keep same link #I5ZSD1 make githbub as gitee mirror should first make doc content the same Signed-off-by: majorli6 --- CONTRIBUTING.md | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f1c9d438..b07af93a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,11 @@ You are welcome to contribute to DeepSparkHub project. We want to make contribut ## Contributor License Agreement -It's required to sign [CLA](https://gitee.com/organizations/deep-spark/cla/deep-park-contributor-protocol) when you first time submit PR (Pull Request) to the DeepSparkHub project. You only need to do it once. +It's required to sign CLA on [Gitee](https://gitee.com/organizations/deep-spark/cla/deep-park-contributor-protocol) or [GitHub](https://gist.github.com/Deep-Spark/67e39ac5b1836a9ba5f35b1a3e600223) when you first time submit PR (Pull Request) to the DeepSparkHub project. You only need to do it once. ## Report Issue -Please submit an issue on [Gitee](https://gitee.com/deep-spark/deepsparkhub/issues) when you find a bug, or raise feature request, or raise any questions regarding this project. Please ensure your issue description is clear and sufficient enough by referring to following format: +Please submit an issue on [Gitee](https://gitee.com/deep-spark/deepsparkhub/issues) or [GitHub](https://github.com/Deep-Spark/deepsparkhub/issues) when you find a bug, or raise feature request, or raise any questions regarding this project. Please ensure your issue description is clear and sufficient enough by referring to following format: * Whether this is a bug or a feature request or a technical question. * The detailed description of the hardware and software environment. * Issue description, including what happened, what you expect to happen, and how to reproduce it. @@ -16,15 +16,15 @@ Please submit an issue on [Gitee](https://gitee.com/deep-spark/deepsparkhub/issu ## Propose Pull Request (PR) -* Raise your idea as an issue on [Gitee](https://gitee.com/deep-spark/deepsparkhub/issues). +* Raise your idea as an issue on [Gitee](https://gitee.com/deep-spark/deepsparkhub/issues) or [GitHub](https://github.com/Deep-Spark/deepsparkhub/issues). * If it is a new feature, a design document should also be submitted. -* After finishing design review and/or reaching consensus in the issue discussion, complete the code/document development on the forked repo and submit a PR on [Gitee](https://gitee.com/deep-spark/deepsparkhub/pulls). +* After finishing design review and/or reaching consensus in the issue discussion, complete the code/document development on the forked repo and submit a PR on [Gitee](https://gitee.com/deep-spark/deepsparkhub/pulls) or [GitHub](https://github.com/Deep-Spark/deepsparkhub/pulls). * Any irrelevant changes of this PR should be avoided. * Make sure your commit history being ordered. * Always keep your branch up with the master branch. * Make sure all related issues being linked with this PR. * Need to provide test method and test result. -* You need to sign [CLA](https://gitee.com/organizations/deep-spark/cla/deep-park-contributor-protocol) when first time submitting the PR (only do it once). +* You need to sign CLA on [Gitee](https://gitee.com/organizations/deep-spark/cla/deep-park-contributor-protocol) or [GitHub](https://gist.github.com/Deep-Spark/67e39ac5b1836a9ba5f35b1a3e600223) when first time submitting the PR (only do it once). * The PR will only be merged by project maintainer after receiving 2+ LGTM from approvers. Please note that the approver is NOT allowed to add LGTM on his own PR. * After PR is sufficiently discussed/reviewed, it will get merged, abandoned or rejected by the project maintainer. diff --git a/README.md b/README.md index 209b04196..754d3c63b 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ DeepSparkHub甄选上百个应用算法和模型,覆盖AI和通用计算各领 ### 治理 -请参见 [DeepSpark Code of Conduct](https://gitee.com/deep-spark/deepspark/blob/master/CODE_OF_CONDUCT.md)。 +请参见 DeepSpark Code of Conduct on [Gitee](https://gitee.com/deep-spark/deepspark/blob/master/CODE_OF_CONDUCT.md) or on [GitHub](https://github.com/Deep-Spark/deepspark/blob/main/CODE_OF_CONDUCT.md)。 ### 交流 @@ -276,5 +276,5 @@ DeepSparkHub甄选上百个应用算法和模型,覆盖AI和通用计算各领 ## 许可证 -本项目许可证遵循Apache-2.0。 +本项目许可证遵循[Apache-2.0](LICENSE)。 -- Gitee