Skip to content

Commit

Permalink
Merge pull request #32 from StudiousXiaoYu/main
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
bartdong authored Mar 25, 2024
2 parents df4b026 + cc946bf commit ffcd8cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/contribution/how-to.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Contribute to the documentation

1. Fork [the documentation repository](https://github.com/bartdong/docs/fork)
1. Fork [the documentation repository](https://github.com/OpenTenBase/docs)
2. Clone the forked documentation repository to your local machine

```
Expand All @@ -13,7 +13,7 @@
3. Configure the environment
- Install Python 3.x
- Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi langual plugin
- Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi language plugin
```
pip install mkdocs-material mkdocs-static-i18n
Expand All @@ -30,7 +30,7 @@
- Please follow the [format guide](docs-format-guide.en.md) of this documentation site.
5. Verify if the content and format are correct through the preview server, and then commit your changes.
6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/opencloudos.github.io), and it will be merged after being reviewed.
6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/docs), and it will be merged after being reviewed.
## Contribute to the Code
Expand Down Expand Up @@ -58,4 +58,4 @@ Please confirm before completing a PR:
3. Please add License and Copyright declarations in the newly created file.
4. Ensure a consistent code style.
5. Do adequate testing.
6. Then, you can submit your code to the dev branch.
6. Then, you can submit your code to the dev branch.
6 changes: 3 additions & 3 deletions docs/contribution/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 贡献文档

1. Fork [文档仓库](https://github.com/bartdong/docs/fork)
1. Fork [文档仓库](https://github.com/OpenTenBase/docs)
2. 将您 Fork 后的文档仓库 clone 至本地

```
Expand Down Expand Up @@ -30,7 +30,7 @@
- 请注意遵守本文档站的 [格式手册](docs-format-guide.md)。
5. 在本地通过预览服务器确认内容与格式正确后,commit 您的修改。
6. 向[文档仓库](https://github.com/OpenTenBase/opencloudos.github.io)提交 Pull Request,待维护者审核后即可合并。
6. 向[文档仓库](https://github.com/OpenTenBase/docs)提交 Pull Request,待维护者审核后即可合并。
## 为代码做出贡献
Expand Down Expand Up @@ -58,4 +58,4 @@
3. 请在新创建的文件中添加许可证和版权声明。
4. 保证代码风格一致。
5. 进行充分的测试。
6. 然后,您可以将代码提交到dev分支。
6. 然后,您可以将代码提交到dev分支。

0 comments on commit ffcd8cc

Please sign in to comment.