Meadow.ProjectLab 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 Meadow.ProjectLab repository and submit a pull request against the
developbranch
- All PRs should target the
developbranch on the Meadow.ProjectLab 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/Meadow.ProjectLab - Switch to the
developbranch - 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 Meadow.ProjectLab/pulls targeting the
developbranch
If you have questions or need assistance, please join the Wilderness Labs community on Slack.