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: CONTRIBUTING.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,18 @@ You will find the docs on [github here](https://github.com/net-daemon/docs).
6
6
## How to contribute
7
7
8
8
- Fork the repository
9
-
- Write coded and tests
9
+
- Write code and tests
10
10
- Make sure the tests run before PR
11
11
- Create a pullrequest against the NetDaemon Dev branch
12
12
13
+
## Code quality
14
+
15
+
- Use default linter and fix all warnings
16
+
17
+
## Architecture
18
+
19
+
- If you want to do bigger design changes, goto Discord group and discuss in #dev channel, see https://discord.gg/K3xwfcX
20
+
13
21
## Features and Issues
14
22
15
23
Check if there are features to implement or file issued at [https://github.com/net-daemon/netdaemon/issues](https://github.com/net-daemon/netdaemon/issues)
0 commit comments