Skip to content

Commit a116bea

Browse files
authored
Merge pull request #12 from botblock/all-contributors/add-DavidRockin
docs: add DavidRockin as a contributor
2 parents 92e9fb8 + aa8a07a commit a116bea

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "DavidRockin",
10+
"name": "Dave",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/1907079?v=4",
12+
"profile": "https://tkachuk.tech",
13+
"contributions": [
14+
"ideas"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "JavaBotBlockAPI",
20+
"projectOwner": "botblock",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[BotBlock]: https://botblock.org
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23
[API]: https://botblock.org/api/docs
34

45
[BotBlock4J]: https://github.com/Nathan-webb/BotBlock4J
@@ -229,3 +230,19 @@ Here are some useful links:
229230
- [API] API documentation.
230231
- [Javadocs] Java documentation of the Wrapper.
231232
- [BotBlock4J] Original Wrapper from which this one originates.
233+
234+
## Contributors ✨
235+
236+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
237+
238+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
239+
<!-- prettier-ignore -->
240+
<table>
241+
<tr>
242+
<td align="center"><a href="https://tkachuk.tech"><img src="https://avatars1.githubusercontent.com/u/1907079?v=4" width="100px;" alt="Dave"/><br /><sub><b>Dave</b></sub></a><br /><a href="#ideas-DavidRockin" title="Ideas, Planning, & Feedback">🤔</a></td>
243+
</tr>
244+
</table>
245+
246+
<!-- ALL-CONTRIBUTORS-LIST:END -->
247+
248+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)