@@ -100,16 +100,6 @@ WYSIWYG resume builder (`/dashboard/resume`):
100100- ** PDF Export** – Download your resume as PDF
101101- ** Data Persistence** – Auto-saves to local storage
102102
103- ### Chat & Messaging
104-
105- Real-time messaging (` /dashboard/chat ` ):
106-
107- - ** Direct Messages** – One-on-one conversations
108- - ** Group Chats** – Team communication
109- - ** Online Presence** – See who's online
110- - ** Typing Indicators** – Real-time feedback
111- - ** Message Reactions** – Emoji reactions on messages
112-
113103### Wiki & Documentation
114104
115105Knowledge base (` /dashboard/wiki ` ):
@@ -219,7 +209,7 @@ lab68dev-platform/
219209│ ├── api/ # API routes
220210│ ├── dashboard/ # Main dashboard features
221211│ │ ├── ai-tools/ # AI assistant
222- │ │ ├── chat / # Real-time messaging
212+ │ │ ├── collaborators / # Team management
223213│ │ ├── community/ # Discussions
224214│ │ ├── diagrams/ # Flow diagrams
225215│ │ ├── entertainment/ # Games
@@ -255,6 +245,21 @@ lab68dev-platform/
255245
256246---
257247
248+ ## Contributing
249+
250+ We welcome contributions! Please see our [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for detailed guidelines.
251+
252+ ### Quick Guide
253+
254+ 1 . ** Fork & Branch** : Create a new branch for your feature (` feat/amazing-feature ` ) or fix (` fix/bug-name ` ).
255+ 2 . ** Code Style** : We use ** Next.js App Router** , ** TypeScript** , and ** Tailwind CSS** . Ensure your code matches the existing style.
256+ 3 . ** Commit** : Use [ Conventional Commits] ( https://www.conventionalcommits.org/ ) (e.g., ` feat: add new dashboard widget ` ).
257+ 4 . ** Pull Request** : Open a PR against ` main ` . Describe your changes and link any related issues.
258+
259+ Please adhere to our [ Code of Conduct] ( ./CODE_OF_CONDUCT.md ) in all interactions.
260+
261+ ---
262+
258263## Support & Feedback
259264
260265- GitHub Issues: [ lab68dev-platform/issues] ( https://github.com/lab68dev/lab68dev-platform/issues )
0 commit comments