-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: create CONTRIBUTING.md #158
Conversation
The contributing markdown is intended to serve as a short guide for new contributors. Currently it gives a short description about adding a new layer. Other guidelines can be added to it as well. addresses publiclab#136
CONTRIBUTING.md
Outdated
3. Here's a codepen example that consists of a base layer and [Luftdaten Layer](https://github.com/publiclab/leaflet-environmental-layers/issues/88) as an overlay. You can check its full implementation [here](https://github.com/publiclab/leaflet-environmental-layers/pull/137). | ||
|
||
### Some sample PRs to be referred for adding new layers: | ||
* Osm landfill mine quarry : [#94](https://github.com/publiclab/leaflet-environmental-layers/pull/94) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Osm landfill mine quarry : [#94](https://github.com/publiclab/leaflet-environmental-layers/pull/94) | |
* OSM landfill mine quarry : [#94](https://github.com/publiclab/leaflet-environmental-layers/pull/94) |
CONTRIBUTING.md
Outdated
|
||
## Bug reports | ||
|
||
If you are submitting a bug/issue , please go to https://github.com/publiclab/leaflet-environmental-layers/issues/new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are submitting a bug/issue , please go to https://github.com/publiclab/leaflet-environmental-layers/issues/new | |
If you want to submit a bug/issue, please go to https://github.com/publiclab/leaflet-environmental-layers/issues/new |
Also, prefer use Fixes #[issue-number] in the issue as that'll close the referenced issue when PR gets merged. Thanks! |
Thanks, I will keep that in mind. |
Changes have been made to the contributing markdown as suggested in review. fixes publiclab#136
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Great! Thank you! |
The contributing markdown is intended to serve as a short guide for new contributors. Currently it gives a short description about adding a new layer. Other guidelines can be added to it as well.
fixes #136