Skip to content

Commit

Permalink
Merge pull request #1336 from kanchan-dhamane/update-contributor-guide
Browse files Browse the repository at this point in the history
Chore: Add note for make reviewable in Prerequisites section of Code Contrib…
  • Loading branch information
FogDong committed Jul 17, 2024
2 parents 5d29570 + 7d115bc commit 8e4a45f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/contributor/code-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ For other OS or system architecture, please refer to https://storage.googleapis.
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install golang.org/x/tools/cmd/goimports@latest
```
:::caution
Note: For macOS, you may need to install [diffutils](https://www.gnu.org/software/diffutils/).
:::

:::tip
You may also be interested with KubeVela's [design](https://github.com/oam-dev/kubevela/tree/master/design/vela-core) before diving into its code.
Expand Down Expand Up @@ -493,4 +496,4 @@ To solve this issue, execute:
```bash
go install golang.org/x/tools/cmd/goimports@latest
```
```
5 changes: 4 additions & 1 deletion versioned_docs/version-v1.7/contributor/code-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ For other OS or system architecture, please refer to https://storage.googleapis.
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install golang.org/x/tools/cmd/goimports@latest
```
:::caution
Note: For macOS, you may need to install [diffutils](https://www.gnu.org/software/diffutils/).
:::

:::tip
You may also be interested with KubeVela's [design](https://github.com/oam-dev/kubevela/tree/master/design/vela-core) before diving into its code.
Expand Down Expand Up @@ -471,4 +474,4 @@ Learn how to write the docs by the following guide:
* [kubevela.io Developer Guide](https://github.com/kubevela/kubevela.io/blob/main/README.md)
* [Update KubeVela.io CLI Reference Doc](./cli-ref-doc.md)

Great, you have complete the lifecycle of code contribution, try to [join the community as a member](https://github.com/kubevela/community/blob/main/community-membership.md) if you're interested.
Great, you have complete the lifecycle of code contribution, try to [join the community as a member](https://github.com/kubevela/community/blob/main/community-membership.md) if you're interested.
5 changes: 4 additions & 1 deletion versioned_docs/version-v1.8/contributor/code-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ For other OS or system architecture, please refer to https://storage.googleapis.
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install golang.org/x/tools/cmd/goimports@latest
```
:::caution
Note: For macOS, you may need to install [diffutils](https://www.gnu.org/software/diffutils/).
:::

:::tip
You may also be interested with KubeVela's [design](https://github.com/oam-dev/kubevela/tree/master/design/vela-core) before diving into its code.
Expand Down Expand Up @@ -471,4 +474,4 @@ Learn how to write the docs by the following guide:
* [kubevela.io Developer Guide](https://github.com/kubevela/kubevela.io/blob/main/README.md)
* [Update KubeVela.io CLI Reference Doc](./cli-ref-doc.md)

Great, you have complete the lifecycle of code contribution, try to [join the community as a member](https://github.com/kubevela/community/blob/main/community-membership.md) if you're interested.
Great, you have complete the lifecycle of code contribution, try to [join the community as a member](https://github.com/kubevela/community/blob/main/community-membership.md) if you're interested.
5 changes: 4 additions & 1 deletion versioned_docs/version-v1.9/contributor/code-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ For other OS or system architecture, please refer to https://storage.googleapis.
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install golang.org/x/tools/cmd/goimports@latest
```
:::caution
Note: For macOS, you may need to install [diffutils](https://www.gnu.org/software/diffutils/).
:::

:::tip
You may also be interested with KubeVela's [design](https://github.com/oam-dev/kubevela/tree/master/design/vela-core) before diving into its code.
Expand Down Expand Up @@ -493,4 +496,4 @@ To solve this issue, execute:
```bash
go install golang.org/x/tools/cmd/goimports@latest
```
```

0 comments on commit 8e4a45f

Please sign in to comment.