Skip to content

Commit 83eced2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7c0de65 + 59e1129 commit 83eced2

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.all-contributorsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": [
3-
"README.md"
3+
"README.md",
4+
"contributors.md"
45
],
56
"imageSize": 100,
67
"badgeTemplate": "[contributorsBadge]: https://img.shields.io/badge/Contributors_✨-<%= contributors.length %>-green.svg?style=plastic",

contributors.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Contributors
2+
We appreciate any kind of contribution to the JavaBotBlockAPI, as it is our goal to improve over time.
3+
4+
Contributions aren't just limited to PRs or code examples.
5+
Bug reports, suggestions or general feedback to upcoming features are always apreciated and welcome.
6+
7+
# Emoji keys
8+
We use different Emojis as "Keys" to summarize what kind of contributions are under this category.
9+
10+
Below can you see a list of all currently listed emojis, their category and meaning.
11+
A full list of all available categories can be found [here](https://allcontributors.org/docs/en/emoji-key).
12+
13+
- 🤔 (Ideas)
14+
Suggesting new featires, improvements or giving general feedback.
15+
- 🔌 (Plugin)
16+
Developes a library used by this project.
17+
- 🚇 (Infra)
18+
Provides a site, service or similar that is used by the project (e.g. CI-Server).
19+
20+
# List of current contributors
21+
Below can you find a list of all currently aknowledged Contributors to our project.
22+
23+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
24+
<!-- prettier-ignore-start -->
25+
<!-- markdownlint-disable -->
26+
<table>
27+
<tr>
28+
<td align="center"><a href="https://tkachuk.tech"><img src="https://avatars1.githubusercontent.com/u/1907079?v=4" width="100px;" alt=""/><br /><sub><b>Dave</b></sub></a><br /><a href="#ideas-DavidRockin" title="Ideas, Planning, & Feedback">🤔</a></td>
29+
<td align="center"><a href="http://linkedin.dv8tion.net"><img src="https://avatars1.githubusercontent.com/u/1479909?v=4" width="100px;" alt=""/><br /><sub><b>Austin Keener</b></sub></a><br /><a href="#plugin-DV8FromTheWorld" title="Plugin/utility libraries">🔌</a></td>
30+
<td align="center"><a href="https://ci.codemc.io/"><img src="https://avatars2.githubusercontent.com/u/37156340?v=4" width="100px;" alt=""/><br /><sub><b>CodeMC</b></sub></a><br /><a href="#infra-CodeMC" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
31+
</tr>
32+
</table>
33+
34+
<!-- markdownlint-enable -->
35+
<!-- prettier-ignore-end -->
36+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)