From 5feccdd38899433708c152af78c54ee68a593bd2 Mon Sep 17 00:00:00 2001 From: brysonbw Date: Mon, 16 Mar 2026 13:52:50 -0600 Subject: [PATCH] docs(contributing): enhance documentation with note formatting and additional command --- .github/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 40d1324323e..e20f0659d80 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -74,7 +74,8 @@ If you discover a bug or have a feature request, please open an issue in our Git - **documentation:** Improvements or updates to documentation. - **feature:** New feature or request. -> **Note:** If you're uncertain which label to use, mention it in your issue description and we'll help categorize it. +> [!NOTE] +> If you're uncertain which label to use, mention it in your issue description and we'll help categorize it. --- @@ -238,6 +239,9 @@ If you prefer not to use Docker or Dev Containers: cd apps/sim ``` - Copy `.env.example` to `.env` + ```bash + cp .env.example .env + ``` - Configure required variables (DATABASE_URL, BETTER_AUTH_SECRET, BETTER_AUTH_URL) 3. **Set Up Database:**