Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.32 KB

File metadata and controls

37 lines (31 loc) · 1.32 KB

Contributing to Accelab

Thank you for your interest in contributing to Accelab, an open-source educational app built with SwiftUI. We welcome contributions of all kinds like code improvements, bug fixes, accessibility enhancements, documentation edits, and new ideas!

How to Report Issues

Please make sure you're not making duplicate issues. When opening an issue, please include:

  • Accelab version and your Xcode version
  • Target platform, device or simulator
  • Description of the issue and how to reproduce it

How to Contribute

  1. Fork the repository, then clone your fork:
    git clone https://github.com/ernest-danials/Accelab.git
    cd Accelab
  2. Create a feature-specific branch
    git checkout -b feature/your-feature-name
  3. Make your changes (please document your code)
  4. Commit your changes
    git add .
    git commit -m "feature: your-feature-description"
  5. Push and create a pull request

Contribution Guidelines

  • Follow our Code of Conduct
  • Keep PRs focused to a single issue or enhancement

License

By contributing to Clima, you agree that your contributions will be licensed under the terms of the MIT License

Thank you! 🙏

Your contributions help make Clima better for educators, students, and learners around the world.