Skip to content

Commit

Permalink
Merge pull request #20 from WildernessLabs/v1.3.4
Browse files Browse the repository at this point in the history
V1.3.4
  • Loading branch information
jorgedevs authored Sep 26, 2023
2 parents d62ac46 + 87d61cc commit fa19062
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contribute to Maple

**Maple** is an open-source project by [Wilderness Labs](https://www.wildernesslabs.co/) and we encourage community feedback and contributions.

## How to Contribute

- **Found a bug?** [Report an issue](https://github.com/WildernessLabs/Meadow_Issues/issues)
- Have a **feature idea or driver request?** [Open a new feature request](https://github.com/WildernessLabs/Meadow_Issues/issues)
- Want to **contribute code?** Fork the [Maple](https://github.com/WildernessLabs/Maple) repository and submit a pull request against the `develop` branch

## Pull Requests

1. All PRs should target the `develop` branch on the Maple 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/Maple`
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 [Maple/pulls](https://github.com/WildernessLabs/Maple/pulls) targetting the `develop` branch
## Need Help?

If you have questions or need assistance, please join the Wilderness Labs [community on Slack](http://slackinvite.wildernesslabs.co/).

0 comments on commit fa19062

Please sign in to comment.