Skip to content

Commit 182c771

Browse files
authored
Merge branch 'dev' into dev
2 parents 90a31ac + 804f066 commit 182c771

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

.all-contributorsrc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "rubiin",
12+
"name": "Rubin Bhandari",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/8222059?v=4",
14+
"profile": "https://rubiin.is-a.dev",
15+
"contributions": [
16+
"code"
17+
]
18+
},
19+
{
20+
"login": "kRHYME7",
21+
"name": "Khing",
22+
"avatar_url": "https://avatars.githubusercontent.com/u/53417443?v=4",
23+
"profile": "https://github.com/kRHYME7",
24+
"contributions": [
25+
"code",
26+
"doc"
27+
]
28+
}
29+
],
30+
"contributorsPerLine": 7,
31+
"skipCi": true,
32+
"repoType": "github",
33+
"repoHost": "https://github.com",
34+
"projectName": "HyDE",
35+
"projectOwner": "HyDE-Project"
36+
}

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<div align = center>
2-
<a href="https://discord.gg/AYbJ9MJez7">
2+
3+
<a href="https://discord.gg/AYbJ9MJez7">
34
<img alt="Dynamic JSON Badge" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscordapp.com%2Fapi%2Finvites%2FmT5YqjaJFh%3Fwith_counts%3Dtrue&query=%24.approximate_member_count&suffix=%20members&style=for-the-badge&logo=discord&logoSize=auto&label=The%20HyDe%20Project&labelColor=ebbcba&color=c79bf0">
45
</a>
56
</div>
@@ -11,7 +12,9 @@
1112
<!--
1213
Multi-language README support
1314
-->
14-
15+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
16+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
17+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1518
[![es](https://img.shields.io/badge/lang-es-yellow.svg)](Source/docs/README.es.md)
1619
[![de](https://img.shields.io/badge/lang-de-black.svg)](Source/docs/README.de.md)
1720
[![nl](https://img.shields.io/badge/lang-nl-green.svg)](Source/docs/README.nl.md)
@@ -314,3 +317,26 @@ For more information, visit [HyDE-Project/hyde-themes](https://github.com/HyDE-P
314317
<sub>Last edited on: 27/02/2025<span id="last-edited"></span></sub>
315318
</div>
316319
320+
321+
## Contributors ✨
322+
323+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
324+
325+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
326+
<!-- prettier-ignore-start -->
327+
<!-- markdownlint-disable -->
328+
<table>
329+
<tbody>
330+
<tr>
331+
<td align="center" valign="top" width="14.28%"><a href="https://rubiin.is-a.dev"><img src="https://avatars.githubusercontent.com/u/8222059?v=4?s=100" width="100px;" alt="Rubin Bhandari"/><br /><sub><b>Rubin Bhandari</b></sub></a><br /><a href="https://github.com/HyDE-Project/HyDE/commits?author=rubiin" title="Code">💻</a></td>
332+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kRHYME7"><img src="https://avatars.githubusercontent.com/u/53417443?v=4?s=100" width="100px;" alt="Khing"/><br /><sub><b>Khing</b></sub></a><br /><a href="https://github.com/HyDE-Project/HyDE/commits?author=kRHYME7" title="Code">💻</a> <a href="https://github.com/HyDE-Project/HyDE/commits?author=kRHYME7" title="Documentation">📖</a></td>
333+
</tr>
334+
</tbody>
335+
</table>
336+
337+
<!-- markdownlint-restore -->
338+
<!-- prettier-ignore-end -->
339+
340+
<!-- ALL-CONTRIBUTORS-LIST:END -->
341+
342+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)