diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-07-14 16:07:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-14 16:07:04 -0700 |
| commit | 2d272fe7a84c8b89a23b83bb229817cf75d38a55 (patch) | |
| tree | 88e55cb372e6bde76192e3034f78245085fa6d70 | |
| parent | 1c67bc9e90b99d934f5695de9842b069ad5b71fd (diff) | |
| parent | 99f327125269a3c53b11064b8e740a4385bd9d55 (diff) | |
Merge pull request #3892 from cstoku/fix-approve-link
Fix approve command link in contributor cheatsheet
5 files changed, 5 insertions, 0 deletions
diff --git a/contributors/guide/contributor-cheatsheet/README-id.md b/contributors/guide/contributor-cheatsheet/README-id.md index 94e0247b..0954afc7 100644 --- a/contributors/guide/contributor-cheatsheet/README-id.md +++ b/contributors/guide/contributor-cheatsheet/README-id.md @@ -390,3 +390,4 @@ _squashing_ perlu dilakukan atau tidak. [Tutorial git Atlassian]: https://www.atlassian.com/git/tutorials [git magic]: http://www-cs-students.stanford.edu/~blynn/gitmagic/ [_Security_ dan _Disclosure_ Informasi]: https://kubernetes.io/docs/reference/issues-security/security/ +[approve]: https://prow.k8s.io/command-help#approve diff --git a/contributors/guide/contributor-cheatsheet/README-ko.md b/contributors/guide/contributor-cheatsheet/README-ko.md index 2d33bda9..9a541dd5 100644 --- a/contributors/guide/contributor-cheatsheet/README-ko.md +++ b/contributors/guide/contributor-cheatsheet/README-ko.md @@ -394,3 +394,4 @@ PR을 검토하고 승인하도록 지정된 다른 참여자의 판단에 맡 [Atlassian git 튜토리얼]: https://www.atlassian.com/git/tutorials [git magic]: http://www-cs-students.stanford.edu/~blynn/gitmagic/ [보안과 정보 공개]: https://kubernetes.io/docs/reference/issues-security/security/ +[approve]: https://prow.k8s.io/command-help#approve diff --git a/contributors/guide/contributor-cheatsheet/README-pt.md b/contributors/guide/contributor-cheatsheet/README-pt.md index a66ffaa0..1388f404 100644 --- a/contributors/guide/contributor-cheatsheet/README-pt.md +++ b/contributors/guide/contributor-cheatsheet/README-pt.md @@ -375,3 +375,4 @@ fase de uma revisão do PR. Se você não tem certeza se deve efetuar o squashin [Tutorial git Atlassian]: https://www.atlassian.com/git/tutorials [Tutorial git magic]: http://www-cs-students.stanford.edu/~blynn/gitmagic/ [Informações de Segurança e Divulgações]: https://kubernetes.io/docs/reference/issues-security/security/ +[approve]: https://prow.k8s.io/command-help#approve diff --git a/contributors/guide/contributor-cheatsheet/README-zh.md b/contributors/guide/contributor-cheatsheet/README-zh.md index 8c86dfcb..65ef556e 100644 --- a/contributors/guide/contributor-cheatsheet/README-zh.md +++ b/contributors/guide/contributor-cheatsheet/README-zh.md @@ -326,3 +326,4 @@ git checkout -b myfeature [Atlassian git 教程]: https://www.atlassian.com/git/tutorials [git 魔法]: http://www-cs-students.stanford.edu/~blynn/gitmagic/ [安全和披露信息]: https://kubernetes.io/docs/reference/issues-security/security/ +[approve]: https://prow.k8s.io/command-help#approve diff --git a/contributors/guide/contributor-cheatsheet/README.md b/contributors/guide/contributor-cheatsheet/README.md index bef061d0..86479781 100644 --- a/contributors/guide/contributor-cheatsheet/README.md +++ b/contributors/guide/contributor-cheatsheet/README.md @@ -395,3 +395,4 @@ the other contributors assigned to review and approve your PR. [Atlassian git tutorial]: https://www.atlassian.com/git/tutorials [git magic]: http://www-cs-students.stanford.edu/~blynn/gitmagic/ [Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/ +[approve]: https://prow.k8s.io/command-help#approve |
