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: .github/CONTRIBUTING.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Before you begin, you will need to set up your local development environment. He
12
12
13
13
-**Operating System**: macOS Monterey+, Linux, or Windows with WSL2.
14
14
-**Docker**: Version 26.0.0 or newer. Installation guides:
15
-
-[Docker on Ubuntu 22.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
16
-
-[Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/)
15
+
-[How To Install and Use Docker on Ubuntu 22.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
16
+
-[How To Install Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/)
17
17
-**Homebrew** (macOS only): Install via [brew.sh](https://brew.sh/).
18
18
-**mkcert** Install via [brew.sh/formula/mkcert](https://formulae.brew.sh/formula/mkcert#default) or follow their instructions [here](https://github.com/FiloSottile/mkcert?tab=readme-ov-file#installation).
19
19
@@ -73,15 +73,15 @@ Refer to the output of `make help` for a comprehensive list of available command
73
73
74
74
Our project employs [GitHub Actions](https://github.com/features/actions) for continuous integration, ensuring code quality and reliability. We encourage contributors to review our workflow configurations to understand the CI processes:
0 commit comments