diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..46343e5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,40 @@ +# Contributing to Clear-Code + +Thanks for your interest in contributing! This guide is community-driven and we welcome all kinds of contributions. + +## How to Contribute + +### Adding a New Tool + +1. Fork the repo and create a new branch +2. Add your tool entry in the "Featured" section following the existing format: + - GitHub link + - Description of what makes it special (bullet points) + - "Best for" summary + - License +3. Add it to the Comparison Table +4. Add it to the Table of Contents +5. Open a PR with a brief description of the tool + +### Updating Existing Information + +Tools evolve fast. If you notice outdated information: + +- Model support changes +- License changes +- New features added +- Links that are broken +- Benchmarks that are outdated + +Please open a PR or issue with the correction. + +### General Guidelines + +- Keep descriptions factual and fair - avoid marketing language +- Include links to official GitHub repos, not third-party forks +- Verify information before submitting (check the tool's repo/docs) +- One tool per PR makes review easier + +## Questions? + +Join the [Discord](https://discord.com/invite/DsRcA3GwPy) if you have questions about contributing. diff --git a/README.md b/README.md index 228fda3..268cbcf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ The AI coding assistant space is evolving at breakneck speed. New tools launch every week, existing tools ship major updates constantly, and it's nearly impossible to keep up. **Clear-Code** exists to cut through the noise, give you honest comparisons, and help you pick the tools that actually make you more productive. +> **Last updated:** April 2026. If you notice outdated information, please open an issue or PR! + [Join our Discord](https://discord.com/invite/DsRcA3GwPy) | [Follow @paidev on X](https://x.com/paidev) | [Read the Post](https://x.com/paidev/status/2039014896650858586?s=20) @@ -251,7 +253,7 @@ Beyond the tools listed above, there's a growing ecosystem of open-source projec | **OpenCode** | Assistant | Terminal (TUI) | Yes | Yes | Yes | Go | MIT | | **OpenHands** | Platform | Web UI + CLI | Yes | Yes | Yes | Python | MIT | | **Aider** | Assistant | Terminal (CLI) | N/A | No | Yes | Python | Apache 2.0 | -| **Continue** | Assistant | VS Code / JetBrains | Yes | No | Yes | TypeScript | Apache 2.0 | +| **Continue** | Assistant | VS Code / JetBrains | Yes | Yes | Yes | TypeScript | Apache 2.0 | | **Tabby** | Completion | VS Code / JetBrains / Vim | Yes | No | Yes | Rust | Apache 2.0 | | **Void** | Editor | Standalone (VS Code fork) | Yes | No | Yes | TypeScript | Apache 2.0 | | **Goose** | Agent | Terminal (CLI) | N/A | Yes | Yes | Rust | Apache 2.0 |