Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.48 KB

Contributing.md

File metadata and controls

28 lines (20 loc) · 1.48 KB

Contribute to Meadow.Core

Meadow.Core is an open-source project by Wilderness Labs and we encourage community feedback and contributions.

How to Contribute

Pull Requests

  1. All PRs should target the develop branch on the Meadow.Core repository.
  2. All new public or protected classes, methods, and properties need XML comment documentation.
  3. Please try to follow the existing coding patterns and practices.

Pull Request Steps

  1. Fork the repository
  2. Clone your fork locally: git clone https://github.com/WildernessLabs/Meadow.Core
  3. Switch to the develop branch
  4. Create a new branch: git checkout -b feature/your-contribution
  5. Make your changes and commit: git commit -m 'Added/Updated [feature/fix]
  6. Push to your fork: git push origin feature/your-contribution
  7. Open a pull request at Meadow.Core/pulls targetting the develop branch

Need Help?

If you have questions or need assistance, please join the Wilderness Labs community on Slack.