Clima is an open-source project by Wilderness Labs and we encourage community feedback and contributions.
- Found a bug? Report an issue
- Have a feature idea or driver request? Open a new feature request
- Want to contribute code? Fork the Clima repository and submit a pull request against the
develop
branch
- All PRs should target the
develop
branch on the Clima repository. - All new public or protected classes, methods, and properties need XML comment documentation.
- Please try to follow the existing coding patterns and practices.
- Fork the repository
- Clone your fork locally:
git clone https://github.com/WildernessLabs/Clima
- Switch to the
develop
branch - Create a new branch:
git checkout -b feature/your-contribution
- Make your changes and commit:
git commit -m 'Added/Updated [feature/fix]
- Push to your fork:
git push origin feature/your-contribution
- Open a pull request at Clima/pulls targetting the
develop
branch
If you have questions or need assistance, please join the Wilderness Labs community on Slack.