Skip to content

Commit 5feccdd

Browse files
committed
docs(contributing): enhance documentation with note formatting and additional command
1 parent 4c12914 commit 5feccdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ If you discover a bug or have a feature request, please open an issue in our Git
7474
- **documentation:** Improvements or updates to documentation.
7575
- **feature:** New feature or request.
7676

77-
> **Note:** If you're uncertain which label to use, mention it in your issue description and we'll help categorize it.
77+
> [!NOTE]
78+
> If you're uncertain which label to use, mention it in your issue description and we'll help categorize it.
7879
7980
---
8081

@@ -238,6 +239,9 @@ If you prefer not to use Docker or Dev Containers:
238239
cd apps/sim
239240
```
240241
- Copy `.env.example` to `.env`
242+
```bash
243+
cp .env.example .env
244+
```
241245
- Configure required variables (DATABASE_URL, BETTER_AUTH_SECRET, BETTER_AUTH_URL)
242246
243247
3. **Set Up Database:**

0 commit comments

Comments
 (0)