Files
hack-house/CONTRIBUTING.md
leetcrypt f1467b00ac
CI / rust client (hh) (macos-latest) (push) Waiting to run
CI / rust client (hh) (ubuntu-latest) (push) Waiting to run
CI / rust coverage (push) Waiting to run
CI / python server (3.10) (push) Waiting to run
CI / python server (3.11) (push) Waiting to run
CI / python server (3.12) (push) Waiting to run
CI / headless e2e smoke (push) Waiting to run
CI / dependency audit (push) Waiting to run
CI / secret scanning (push) Waiting to run
docs: point clone URL at git.churchofmalware.org; refresh /sbx command list
- Update the git clone URL in README and CONTRIBUTING from the old
  GitHub remote to the project's Gitea instance
  (git.churchofmalware.org/trilltechnician/hack-house.git). Verified the
  clone succeeds over HTTPS against that path.
- CONTRIBUTING: fork step now points at the Gitea instance, not GitHub.
- Refresh the /sbx command table to match the client: `/sbx launch` now
  documents the `install` consent token and `--start` daemon boot, and a
  new row covers `/sbx launch vbox [new [name]]` (VM picker / cloud-init
  build).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 13:24:24 -07:00

28 lines
877 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 the Gitea instance (`git.churchofmalware.org`).
2. **Clone your fork** locally:
```bash
git clone https://git.churchofmalware.org/trilltechnician/hack-house.git
cd hack-house