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
show the idea of service layers creating and managing
client configurations life time.
- Improved unit tests and some unit tests skeleton for upcoming
changes.
- minor corrections in project
Copy file name to clipboardExpand all lines: nimbus/README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,9 @@ tbd
27
27
- mac os, windows, and linux
28
28
29
29
]$ make nimbus
30
-
## colaborate
31
-
We welcome contributions to Nimbus! Please adhere to the following guidelines:
32
-
33
-
- Use the [Status Nim style guide](https://status-im.github.io/nim-style-guide/) to maintain code consistency.
34
-
- Format your code using the [Nim Pretty Printer (nph)](https://github.com/nim-lang/nimpretty) to ensure consistency across the codebase. Run it as part of your pull request process.
30
+
## collaborate
31
+
- Use [Status Nim style guide](https://status-im.github.io/nim-style-guide/) to maintain code consistency.
32
+
- Format your code using the [Nim Pretty Printer (nph)](https://github.com/arnetheduck/nph) to ensure consistency across the codebase. Run it as part of your pull request process.
0 commit comments