28 lines
818 B
Markdown
28 lines
818 B
Markdown
# 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/leetcrypt/hack-house.git
|
|
cd hack-house
|