aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kytwb <412895+kytwb@users.noreply.github.com>2021-12-23 17:20:04 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-23 17:20:04 +0100
commit867792e2659f2d8b66fe36aff275329061d25430 (patch)
tree9bb0c67ca32c179ac0224f47394f8defb125dc8e
parentAdd build badge (diff)
parentdocs: create .all-contributorsrc [skip ci] (diff)
downloadferdium-server-867792e2659f2d8b66fe36aff275329061d25430.tar.gz
ferdium-server-867792e2659f2d8b66fe36aff275329061d25430.tar.zst
ferdium-server-867792e2659f2d8b66fe36aff275329061d25430.zip
Merge pull request #88 from getferdi/all-contributors/add-reggermont
-rw-r--r--.all-contributorsrc24
-rw-r--r--README.md23
2 files changed, 47 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..921670a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
1{
2 "files": [
3 "README.md"
4 ],
5 "imageSize": 100,
6 "commit": false,
7 "contributors": [
8 {
9 "login": "reggermont",
10 "name": "Romain Eggermont",
11 "avatar_url": "https://avatars.githubusercontent.com/u/14902909?v=4",
12 "profile": "https://gitlab.com/reggermont/",
13 "contributions": [
14 "code"
15 ]
16 }
17 ],
18 "contributorsPerLine": 7,
19 "projectName": "server",
20 "projectOwner": "getferdi",
21 "repoType": "github",
22 "repoHost": "https://github.com",
23 "skipCi": true
24}
diff --git a/README.md b/README.md
index a4a28c1..175e87d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
1<p align="center"> 1<p align="center">
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 -->
2 <img src="./logo.png" alt="" width="300"/> 5 <img src="./logo.png" alt="" width="300"/>
3</p> 6</p>
4 7
@@ -154,3 +157,23 @@ We welcome all contributors. Please read the [contributing guidelines](CONTRIBUT
154## License 157## License
155 158
156Ferdi-server is licensed under the MIT License 159Ferdi-server is licensed under the MIT License
160
161## Contributors ✨
162
163Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
164
165<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
166<!-- prettier-ignore-start -->
167<!-- markdownlint-disable -->
168<table>
169 <tr>
170 <td align="center"><a href="https://gitlab.com/reggermont/"><img src="https://avatars.githubusercontent.com/u/14902909?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Romain Eggermont</b></sub></a><br /><a href="https://github.com/getferdi/server/commits?author=reggermont" title="Code">💻</a></td>
171 </tr>
172</table>
173
174<!-- markdownlint-restore -->
175<!-- prettier-ignore-end -->
176
177<!-- ALL-CONTRIBUTORS-LIST:END -->
178
179This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file