Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing to CMD-CHAT

Thank you for your interest in contributing to **cmd-chat**, a peer-to-peer, end-to-end encrypted CLI chat that leaves no logs and runs entirely in RAM! 🙌

By contributing to this project, you help make secure, minimal, privacy-focused communication tools stronger for everyone.

---

## 🚀 What You Can Contribute

We welcome contributions of all types, including:

- 🐛 Bug reports and reproducible issues
- 💡 Feature requests and enhancements
- 🧪 Tests and test improvements
- 🛠 Code contributions / pull requests
- 📚 Documentation improvements

---

## 📦 Getting Started

1. **Fork the repository** on GitHub.
2. **Clone your fork** locally:
```bash
git clone https://github.com/diorwave/cmd-chat.git
cd cmd-chat
Loading