Skip to content

Commit d841a30

Browse files
Merge pull request #4 from AlejandroRM-DEV/all-contributors/add-charlieforward9
docs: add charlieforward9 as a contributor for code
2 parents d865157 + c7918b0 commit d841a30

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "charlieforward9",
12+
"name": "Charles Richardson",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/62311337?v=4",
14+
"profile": "https://github.com/charlieforward9",
15+
"contributions": [
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "leaflet-editable-hook",
25+
"projectOwner": "AlejandroRM-DEV"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Leaflet Editable Hook
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
The purpose of this hook is to provide functionality for editing features on the map, such as drawing polylines, polygons, markers, rectangles, circles, and more.
36

47
## Demo
@@ -157,3 +160,25 @@ export default Ruler;
157160

158161
[MIT](https://choosealicense.com/licenses/mit/)
159162

163+
164+
## Contributors ✨
165+
166+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
167+
168+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
169+
<!-- prettier-ignore-start -->
170+
<!-- markdownlint-disable -->
171+
<table>
172+
<tbody>
173+
<tr>
174+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/charlieforward9"><img src="https://avatars.githubusercontent.com/u/62311337?v=4?s=100" width="100px;" alt="Charles Richardson"/><br /><sub><b>Charles Richardson</b></sub></a><br /><a href="https://github.com/AlejandroRM-DEV/leaflet-editable-hook/commits?author=charlieforward9" title="Code">💻</a></td>
175+
</tr>
176+
</tbody>
177+
</table>
178+
179+
<!-- markdownlint-restore -->
180+
<!-- prettier-ignore-end -->
181+
182+
<!-- ALL-CONTRIBUTORS-LIST:END -->
183+
184+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)