-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from WildernessLabs/v1.3.4
V1.3.4
- Loading branch information
Showing
7 changed files
with
207 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Contribute to GNSS_Sensor_Tracker | ||
|
||
**GNSS_Sensor_Tracker** 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 [GNSS_Sensor_Tracker](https://github.com/WildernessLabs/GNSS_Sensor_Tracker) repository and submit a pull request against the `develop` branch | ||
|
||
## Pull Requests | ||
|
||
1. All PRs should target the `develop` branch on the GNSS_Sensor_Tracker 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/GNSS_Sensor_Tracker` | ||
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 [GNSS_Sensor_Tracker/pulls](https://github.com/WildernessLabs/GNSS_Sensor_Tracker/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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.