Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 993 Bytes

File metadata and controls

27 lines (20 loc) · 993 Bytes

Contributing to Calendar Canvas

⚠️ For detailed contribution guidelines, please visit our contribution documentation.

Quick Start

Protected Branches

  • main: Production code
  • docs: Documentation website source
  • gh-pages: Built documentation (auto-deployed)

Basic Workflow

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

Branch Naming

  • Features: feature/your-feature-name
  • Bug fixes: fix/issue-description
  • Performance: perf/what-you-optimized

License

By contributing, you agree that your contributions will be licensed under the MIT License.

For complete guidelines, visit our contribution documentation.