aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.all-contributorsrc31
-rw-r--r--README.md29
2 files changed, 59 insertions, 1 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 000000000..b4fe27fa3
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,31 @@
1{
2 "projectName": "ferdi",
3 "projectOwner": "kytwb",
4 "repoType": "github",
5 "repoHost": "https://github.com",
6 "files": [
7 "README.md"
8 ],
9 "imageSize": 100,
10 "commit": true,
11 "commitConvention": "none",
12 "contributors": [
13 {
14 "login": "kytwb",
15 "name": "Amine Mouafik",
16 "avatar_url": "https://avatars0.githubusercontent.com/u/412895?v=4",
17 "profile": "https://twitter.com/kytwb",
18 "contributions": [
19 "question",
20 "code",
21 "doc",
22 "ideas",
23 "maintenance",
24 "platform",
25 "projectManagement",
26 "review"
27 ]
28 }
29 ],
30 "contributorsPerLine": 7
31}
diff --git a/README.md b/README.md
index 900bd59f3..7ebdbb0dd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
1<p align="center"> 1<p align="center">
2[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
2 <img src="./build-helpers/images/icon.png" alt="" width="200"/> 4 <img src="./build-helpers/images/icon.png" alt="" width="200"/>
3</p> 5</p>
4 6
@@ -56,4 +58,29 @@ Deliverables will be available in the `./out` folder.
56 58
57## Releases 59## Releases
58 60
59You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/Ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/Ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/Ferdi) for Windows. \ No newline at end of file 61You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/Ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/Ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/Ferdi) for Windows.
62
63## Contributors ✨
64
65Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
66<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
67<!-- prettier-ignore-start -->
68<!-- markdownlint-disable -->
69<table>
70 <tr>
71 <td align="center"><a href="https://twitter.com/kytwb"><img src="https://avatars0.githubusercontent.com/u/412895?v=4" width="100px;" alt="Amine Mouafik"/><br /><sub><b>Amine Mouafik</b></sub></a><br /><a href="#question-kytwb" title="Answering Questions">💬</a> <a href="https://github.com/kytwb/ferdi/commits?author=kytwb" title="Code">💻</a> <a href="https://github.com/kytwb/ferdi/commits?author=kytwb" title="Documentation">📖</a> <a href="#ideas-kytwb" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-kytwb" title="Maintenance">🚧</a> <a href="#platform-kytwb" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-kytwb" title="Project Management">📆</a> <a href="#review-kytwb" title="Reviewed Pull Requests">👀</a></td>
72 </tr>
73</table>
74
75<!-- markdownlint-enable -->
76<!-- prettier-ignore-end -->
77<!-- ALL-CONTRIBUTORS-LIST:END -->
78
79<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
80<!-- prettier-ignore-start -->
81<!-- markdownlint-disable -->
82<!-- markdownlint-enable -->
83<!-- prettier-ignore-end -->
84<!-- ALL-CONTRIBUTORS-LIST:END -->
85
86This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file