Skip to content

Commit 5c677de

Browse files
authored
Merge pull request #2 from BrainBuzzer/all-contributors/add-BrainBuzzer
2 parents 50b1bb2 + 6168296 commit 5c677de

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

.all-contributorsrc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "BrainBuzzer",
11+
"name": "Aditya Giri",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/10351046?v=4",
13+
"profile": "https://brainbuzzer.me",
14+
"contributions": [
15+
"doc",
16+
"code",
17+
"ideas",
18+
"maintenance",
19+
"question"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7,
24+
"skipCi": true,
25+
"repoType": "github",
26+
"repoHost": "https://github.com",
27+
"projectName": "php-ch",
28+
"projectOwner": "BrainBuzzer"
29+
}

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# PHP Version Manager for Windows
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 -->
25

36
## What is it?
47

@@ -35,10 +38,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
3538
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
3639
<!-- prettier-ignore-start -->
3740
<!-- markdownlint-disable -->
41+
<table>
42+
<tbody>
43+
<tr>
44+
<td align="center" valign="top" width="14.28%"><a href="https://brainbuzzer.me"><img src="https://avatars.githubusercontent.com/u/10351046?v=4?s=100" width="100px;" alt="Aditya Giri"/><br /><sub><b>Aditya Giri</b></sub></a><br /><a href="https://github.com/BrainBuzzer/php-ch/commits?author=BrainBuzzer" title="Documentation">📖</a> <a href="https://github.com/BrainBuzzer/php-ch/commits?author=BrainBuzzer" title="Code">💻</a> <a href="#ideas-BrainBuzzer" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BrainBuzzer" title="Maintenance">🚧</a> <a href="#question-BrainBuzzer" title="Answering Questions">💬</a></td>
45+
</tr>
46+
</tbody>
47+
</table>
3848

3949
<!-- markdownlint-restore -->
4050
<!-- prettier-ignore-end -->
4151
<!-- ALL-CONTRIBUTORS-LIST:END -->
42-
43-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
44-

0 commit comments

Comments
 (0)