Skip to content

Commit

Permalink
chore: add docs style guide links (#456)
Browse files Browse the repository at this point in the history
* chore: add docs style guide links

Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>

* chore: optimzie pr tmpl

Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>

* Update PULL_REQUEST_TEMPLATE.md

Signed-off-by: YuLuo <yuluo08290126@gmail.com>

* add the contribution document link

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>

---------

Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
Signed-off-by: YuLuo <yuluo08290126@gmail.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
  • Loading branch information
yuluo-yx and LinuxSuRen authored May 27, 2024
1 parent 00e5345 commit 775aab1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Make sure you run the `make test` command before committing the pr.
Making sure that your local build is OK before committing will help you reduce debugging time
and make it easier for maintainers to review.
If you are committing pr for the first time,
please read the contributor's documentation: https://github.com/LinuxSuRen/api-testing/blob/master/CONTRIBUTION.md
-->

> We highly recommend you read [the contributor's documentation](https://github.com/LinuxSuRen/api-testing/blob/master/CONTRIBUTION.md) before starting the review process especially since this is your first contribution to this project.
>
> It was updated on 2024/5/27
**What type of PR is this?**
<!--
Your PR title should be descriptive, and generally start with type that contains a subsystem name with `()` if necessary
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| [Helm chart](https://helm.sh/) | The [Kubernetes](https://kubernetes.io/docs/home/) application package |
| [GitHub Actions](https://docs.github.com/en/actions) | The continuous integration |
| [make](https://www.gnu.org/software/make/) | The automated Build Tools |
| [Docs Guide](https://github.com/LinuxSuRen/api-testing.git) | 文档编写指南 |

## 设置开发环境

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ You might need to know the following tech before get started.
| [Helm chart](https://helm.sh/) | The [Kubernetes](https://kubernetes.io/docs/home/) application package |
| [GitHub Actions](https://docs.github.com/en/actions) | The continuous integration |
| [make](https://www.gnu.org/software/make/) | The automated Build Tools |
| [Docs Guide](https://github.com/LinuxSuRen/api-testing.git) | Documentation Guidelines |

## Setup development environment

Expand Down

0 comments on commit 775aab1

Please sign in to comment.