From 753b95baff45ff5da554b07c73238294b05c21a0 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 10 Mar 2025 18:50:43 +0200 Subject: [PATCH] docs: change warning to note in contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e91a0c..4db9295 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,5 +75,5 @@ Then I can just make sure the domains are correct in the example docker compose docker compose -f docker-compose.dev.yml up --build ``` -> [!WARNING] +> [!NOTE] > I would recommend copying the example `docker-compose.dev.yml` into a `docker-compose.test.yml` file, so as you don't accidentally commit any sensitive information.