Skip to content

Commit 6d0b9bf

Browse files
authored
Merge pull request #2 from gethari/all-contributors/add-PandiyanCool
docs: add PandiyanCool as a contributor
2 parents 6cfeb64 + 80a9b5c commit 6d0b9bf

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.all-contributorsrc

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "PandiyanCool",
10+
"name": "Pandiyan Murugan",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/6157834?v=4",
12+
"profile": "http://efficientuser.com",
13+
"contributions": [
14+
"doc"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "StackExchange.NET",
20+
"projectOwner": "gethari",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# StackExchange.NET
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
```
45
_____ _ _ ______ _ _ _ ______ _______
@@ -27,6 +28,15 @@ StackExchange.NET is FOSS (MIT License) and written entirely in c#.
2728

2829
## Contributors
2930

31+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
32+
<!-- prettier-ignore -->
33+
<table>
34+
<tr>
35+
<td align="center"><a href="http://efficientuser.com"><img src="https://avatars1.githubusercontent.com/u/6157834?v=4" width="100px;" alt="Pandiyan Murugan"/><br /><sub><b>Pandiyan Murugan</b></sub></a><br /><a href="https://github.com/gethari/StackExchange.NET/commits?author=PandiyanCool" title="Documentation">📖</a></td>
36+
</tr>
37+
</table>
38+
39+
<!-- ALL-CONTRIBUTORS-LIST:END -->
3040
## Usage
3141

3242
To create a new API instance provide the apikey. If you need a new key check [docs](https://stackapps.com/apps/oauth/register)

0 commit comments

Comments
 (0)