@waldyrious commented on this pull request.
> @@ -0,0 +1,141 @@
+# Using Development Containers for development and testing
+
+You can set up a development environment for this project using [Development
Containers](https://containers.dev/), aka. devcontainers.
+
+There are different ways of working with devcontainers, some are automated and
integrated in IDE applications, while others are more manual and require CLI
tools. This guide will use [Visual Studio Code](https://code.visualstudio.com)
and assumes that it's installed already.
+
+Be aware that the containers will take significant space in your hard drive,
in the region of 6GB.
+
+## Install Git
+
+You will need Git to clone (download) the code repository and push changes.
How to install Git will depend on your operating system.
Since we won't provide explicit instructions (for legitimate reasons), it's
better to point users to a resource that will do so :)
```suggestion
You will need Git to clone (download) the code repository and push changes.
Refer to the official documentation on [how to install
Git](https://git-scm.com/install).
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3494508585
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6424/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev