Skip to content

Commit 3b3edfd

Browse files
Merge pull request #590 from sqlkata/all-contributors/add-mnsrulz
docs: add mnsrulz as a contributor for code
2 parents 044c7ae + 2a3b553 commit 3b3edfd

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "mnsrulz",
10+
"name": "mnsrulz",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1809086?v=4",
12+
"profile": "https://github.com/mnsrulz",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "querybuilder",
20+
"projectOwner": "sqlkata",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<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 -->
25
<strong>SqlKata Query Builder</strong>
36
</p>
47

@@ -162,3 +165,23 @@ int affected = db.Query("Users").Where("Id", 1).Update(new {
162165
```cs
163166
int affected = db.Query("Users").Where("Id", 1).Delete();
164167
```
168+
169+
## Contributors ✨
170+
171+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
172+
173+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174+
<!-- prettier-ignore-start -->
175+
<!-- markdownlint-disable -->
176+
<table>
177+
<tr>
178+
<td align="center"><a href="https://github.com/mnsrulz"><img src="https://avatars.githubusercontent.com/u/1809086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mnsrulz</b></sub></a><br /><a href="https://github.com/sqlkata/querybuilder/commits?author=mnsrulz" title="Code">💻</a></td>
179+
</tr>
180+
</table>
181+
182+
<!-- markdownlint-restore -->
183+
<!-- prettier-ignore-end -->
184+
185+
<!-- ALL-CONTRIBUTORS-LIST:END -->
186+
187+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)