Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Add note for make reviewable in Prerequisites section of Code Contrib… #1336

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```
Loading