Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.07 KB

File metadata and controls

37 lines (26 loc) · 1.07 KB

Contributing to Become CEO

Thank you for your interest in contributing! Here's how to get started.

Quick Start

git clone https://github.com/wanikua/become-ceo.git
cd become-ceo

Ways to Contribute

  • 🐛 Bug Reports: Open a GitHub Issue with reproduction steps
  • 📖 Documentation: Fix typos, improve clarity, add examples
  • 🔧 Features: Discuss in Issues first, then submit a PR
  • 🌐 Translations: Help translate docs to other languages
  • 🎨 Skills: Create new Skills for the ecosystem

Pull Request Process

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/amazing)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing)
  5. Open a Pull Request

Code Style

  • Shell scripts: Use shellcheck for linting
  • JavaScript/TypeScript: Follow existing patterns
  • Documentation: Markdown, clear headings, code examples

Need Help?