freeboard-leaflet-realtime
Version:
Freeboard plugin for real time Leaflet web maps
26 lines (15 loc) • 1.15 kB
Markdown
## Contributions
### Report Contributions
Reports for issues and suggestions can be made using the [issue submission](https://github.com/rrwen/freeboard-leaflet-realtime/issues) interface.
When possible, ensure that your submission is:
* **Descriptive**: has informative title, explanations, and screenshots
* **Specific**: has details of environment (such as operating system and hardware) and software used
* **Reproducible**: has steps, code, and examples to reproduce the issue
A template of a report contribution is provided in [ISSUE_TEMPLATE.md](ISSUE_TEMPLATE.md).
### Code Contributions
Code contributions are submitted via [pull requests](https://github.com/rrwen/freeboard-leaflet-realtime/pulls):
1. Ensure that you pass the [Tests](#tests)
2. Create a new [pull request](https://github.com/rrwen/freeboard-leaflet-realtime/pulls)
3. Provide an explanation of the changes
A template of a code contribution is provided in [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md).
For more information, see [Developer Install](README.md#developer-install) and [Implementation](README.md#implementation).