From 835945ea11426f8c1e7a6c1505bbd996ac12518f Mon Sep 17 00:00:00 2001 From: Dior Date: Sat, 17 Jan 2026 16:52:33 +0900 Subject: [PATCH] Add CONTRIBUTING.md file --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bf4c13f --- /dev/null +++ b/CONTRIBUTING.md @@ -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