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!
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
- Fork the repository, then clone your fork:
git clone https://github.com/ernest-danials/Accelab.git cd Accelab - Create a feature-specific branch
git checkout -b feature/your-feature-name
- Make your changes (please document your code)
- Commit your changes
git add . git commit -m "feature: your-feature-description"
- Push and create a pull request
- Follow our Code of Conduct
- Keep PRs focused to a single issue or enhancement
By contributing to Clima, you agree that your contributions will be licensed under the terms of the MIT License
Your contributions help make Clima better for educators, students, and learners around the world.