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: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,6 @@ services:
46
46
- /docker/lab-dash/uploads:/app/public/uploads
47
47
- /var/run/docker.sock:/var/run/docker.sock
48
48
restart: unless-stopped
49
-
labels:
50
-
- "com.centurylinklabs.watchtower.enable=true"
51
-
52
49
```
53
50
54
51
# Usage
@@ -103,5 +100,12 @@ npm run dev
103
100
- `docker compose pull`
104
101
- `docker compose up -d`
105
102
103
+
# Contributing
104
+
Contributions to Lab Dash are welcome! Please follow these guidelines:
105
+
106
+
- **One feature per PR** - Keep pull requests focused on a single feature or fix
107
+
- **Review AI-generated code** - If using AI tools, all code must be thoroughly reviewed and tested before submitting
108
+
- **Maintain consistency** - New code must align with the app's existing style, theme, and overall user experience
109
+
106
110
# Disclaimer
107
111
This code is provided for informational and educational purposes only. I am not associated with any of the services/applications mentioned in this project.
0 commit comments