Skip to content

Commit 425b1af

Browse files
authored
Merge pull request #39 from Arattian/all-contributors/add-Arattian
docs: add Arattian as a contributor
2 parents a599ffe + 6560e58 commit 425b1af

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "Arattian",
10+
"name": "Misak Poghosyan",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/36269636?v=4",
12+
"profile": "https://github.com/Arattian",
13+
"contributions": [
14+
"infra",
15+
"test",
16+
"talk",
17+
"tool",
18+
"maintenance",
19+
"code"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7,
24+
"projectName": "DynamoDb-GUI-Client",
25+
"projectOwner": "Arattian",
26+
"repoType": "github",
27+
"repoHost": "https://github.com"
28+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# DynamoDb-GUI-Client
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
## Cross-platform GUI client for DynamoDb
45

@@ -66,3 +67,15 @@ npm run electron:build
6667
- Filter by attribute name
6768

6869
- For remote access, need to provide access and secret keys.All keys stored in localStorage.
70+
71+
## Contributors
72+
73+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
74+
75+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
76+
<!-- prettier-ignore -->
77+
<table><tr><td align="center"><a href="https://github.com/Arattian"><img src="https://avatars3.githubusercontent.com/u/36269636?v=4" width="100px;" alt="Misak Poghosyan"/><br /><sub><b>Misak Poghosyan</b></sub></a><br /><a href="#infra-Arattian" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/Arattian/DynamoDb-GUI-Client/commits?author=Arattian" title="Tests">⚠️</a> <a href="#talk-Arattian" title="Talks">📢</a> <a href="#tool-Arattian" title="Tools">🔧</a> <a href="#maintenance-Arattian" title="Maintenance">🚧</a> <a href="https://github.com/Arattian/DynamoDb-GUI-Client/commits?author=Arattian" title="Code">💻</a></td></tr></table>
78+
79+
<!-- ALL-CONTRIBUTORS-LIST:END -->
80+
81+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)