You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,15 @@ GO_BUILD_FLAGS="-buildmode=pie" make build
75
75
76
76
This is a more recently added environmnent that aims to make it faster for new contributors to get started with etcd. This option is supported for etcd versions 3.6 onwards.
77
77
78
-
This option can be [used locally](https://code.visualstudio.com/docs/devcontainers/tutorial) on a system running Visual Studio Code and Docker, or in a remote cloud based [Codespaces](https://github.com/features/codespaces) environment. The instructions below are based on the Codespaces option as this can be setup and running in just a few clicks.
78
+
This option can be [used locally](https://code.visualstudio.com/docs/devcontainers/tutorial) on a system running Visual Studio Code and Docker, or in a remote cloud based [Codespaces](https://github.com/features/codespaces) environment.
79
79
80
-
Follow the steps below to setup the environment:
80
+
To get started, create a codespace for this repository by clicking this 👇
81
+
82
+
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=11225014)
83
+
84
+
A codespace will open in a web-based version of Visual Studio Code. The [dev container](.devcontainer/devcontainer.json) is fully configured with software needed for this project.
81
85
82
-
-[Fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
83
-
- Click the green `<> Code` button and click the `Codespaces` tab.
84
-
- Click the `+` button to create a codespace, this will automatically install the required build tools for developing etcd.
86
+
**Note**: Dev containers is an open spec which is supported by [GitHub Codespaces](https://github.com/codespaces) and [other tools](https://containers.dev/supporting).
85
87
86
88
[file an issue]: https://github.com/etcd-io/etcd/issues/new/choose
0 commit comments