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: docs/about/contributing/modules.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@ status: "community"
81
81
Brief description of who you are and what you do.
82
82
```
83
83
84
-
**Note**: The `linkedin` and `website` fields are optional and can be omitted or left empty if not applicable.
84
+
> [!NOTE]
85
+
> The `linkedin` and `website` fields are optional and can be omitted or left empty if not applicable.
85
86
86
87
### 2. Generate module scaffolding
87
88
@@ -262,7 +263,8 @@ bun test
262
263
bun fmt
263
264
```
264
265
265
-
**Important**: Tests require Docker with `--network=host` support, which typically requires Linux. macOS users can use [Colima](https://github.com/abiosoft/colima) or [OrbStack](https://orbstack.dev/) instead of Docker Desktop.
266
+
> [!IMPORTANT]
267
+
> Tests require Docker with `--network=host` support, which typically requires Linux. macOS users can use [Colima](https://github.com/abiosoft/colima) or [OrbStack](https://orbstack.dev/) instead of Docker Desktop.
0 commit comments