Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.6 KB

File metadata and controls

42 lines (26 loc) · 1.6 KB

Contributing

Thanks for your interest in improving this guide. Contributions of all kinds are welcome: typo fixes, new examples, additional guides, or corrections to outdated information.

How to Contribute

  1. Fork this repository
  2. Create a feature branch: git checkout -b my-improvement
  3. Make your changes
  4. Submit a pull request with a clear description of what changed and why

Guidelines

Keep it practical. Every section should help someone do something. No filler paragraphs. No vague advice.

Code examples must work. If you include a command or config snippet, test it first. Broken examples waste everyone's time.

Stay current. Claude Code updates frequently. If you notice something outdated, fix it or open an issue.

One idea per paragraph. Short sentences. Direct language. Match the existing tone of the guides.

What Makes a Good Contribution

  • Real-world patterns you've discovered using Claude Code
  • Corrections to outdated commands or behavior
  • New guides covering topics not yet documented
  • Better code examples that show clearer use cases

Style Rules

  • No em dashes. Use colons, periods, or rewrite the sentence.
  • Use fenced code blocks with language hints for all examples
  • Keep guides between 400 and 800 words
  • Lead with the problem, then the solution

About This Project

This guide is maintained alongside Build This Now, a production SaaS build system powered by Claude Code's agent architecture. Many patterns documented here come from building real products with that system.

Questions?

Open an issue. We respond quickly.