From 74e2b8996b12688e0b9c8f16371e641a692aabf2 Mon Sep 17 00:00:00 2001 From: shalousun <836575280@qq.com> Date: Sat, 11 Jul 2026 11:03:00 +0800 Subject: [PATCH] feat: add contributing guide link to README files --- README.md | 6 +++++- README_CN.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11283945..c8de5cba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Smart-Doc Project

-![maven](https://img.shields.io/maven-central/v/com.ly.smart-doc/smart-doc) +![maven](https://img.shields.io/maven-central/v/com.github.shalousun/smart-doc) [![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) ![number of issues closed](https://img.shields.io/github/issues-closed-raw/smart-doc-group/smart-doc) ![closed pull requests](https://img.shields.io/github/issues-pr-closed/smart-doc-group/smart-doc) @@ -56,6 +56,10 @@ You could build with the following commands. (`JDK 1.8` is required to build the mvn clean install -Dmaven.test.skip=true ``` +## Contributing + +Contributions are welcome! Please refer to the [Contributing Guide](https://smart-doc-group.github.io/guide/community/contributing) to get started. + ## Who is using These are only part of the companies using `smart-doc`, for reference only. If you are using smart-doc, diff --git a/README_CN.md b/README_CN.md index 86258a46..a97a2352 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,6 +1,6 @@

Smart-Doc Project

-![maven](https://img.shields.io/maven-central/v/com.ly.smart-doc/smart-doc) +![maven](https://img.shields.io/maven-central/v/com.github.shalousun/smart-doc) [![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) ![number of issues closed](https://img.shields.io/github/issues-closed-raw/smart-doc-group/smart-doc) ![closed pull requests](https://img.shields.io/github/issues-pr-closed/smart-doc-group/smart-doc) @@ -62,6 +62,10 @@ $\color{red}{你给我的star,胜过所有读过的诗—smart-doc}$ mvn clean install -Dmaven.test.skip=true ``` +## Contributing + +欢迎为 `smart-doc` 贡献代码!请参考[贡献指南](https://smart-doc-group.github.io/zh/guide/community/contributing)了解如何参与项目。 + ## License `smart-doc` is under the Apache 2.0 license. See