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

Devcontainers: add links to related external resources #470

Merged
merged 2 commits into from
Jun 17, 2024
Merged
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
15 changes: 8 additions & 7 deletions source/docs/contribute/devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ id: devcontainer
title: Devcontainer
description: "Set up devcontainer"
---
[The easiest way to contribute is to spin up a devcontainer](https://code.visualstudio.com/remote/containers) with Visual Studio Code (VS Code). It has all the tools you need included, and it does not interfere with your system.
[The easiest way to contribute, is to spin up a devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) with Visual Studio Code (VS Code). It has all the tools you need included, and it does not interfere with your system.

**Requirements:**

- Docker
- VS Code
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Docker](https://docs.docker.com/get-docker/)
- [VS Code](https://code.visualstudio.com/docs)
- Remote - Containers (VS Code extension)

**Open a cloned repository:**

1. Fork [the HACS repository](https://github.com/hacs) that you want to contribute to.
2. Clone the repository to your computer.
1. [Fork](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) [the HACS repository](https://github.com/hacs) that you want to contribute to.
2. [Clone](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository) the repository to your computer.
3. Open the repository using VS Code.

When you open this repository with VS code you are asked to "Reopen in Container". This will start the build of the container.
When you open this repository with VS code, you are asked to **Reopen in Container**. This starts the build of the container.

*If you don't see this notification, open the command pallet and select `Remote-Containers: Open Folder in Container`*
_If you don't see this notification, open the command pallet and select **Remote-Containers: Open Folder in Container**._