Skip to content

Commit b0606d9

Browse files
committed
Merge branch 'master' of github.com:C7F/C7F-Backend
2 parents d5056e1 + b417aba commit b0606d9

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.all-contributorsrc

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "thebongy",
10+
"name": "Rishit Bansal",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/7080652?v=4",
12+
"profile": "https://github.com/thebongy",
13+
"contributions": [
14+
"code",
15+
"doc"
16+
]
17+
},
18+
{
19+
"login": "roerohan",
20+
"name": "Rohan Mukherjee",
21+
"avatar_url": "https://avatars0.githubusercontent.com/u/42958812?v=4",
22+
"profile": "https://github.com/roerohan",
23+
"contributions": [
24+
"code",
25+
"doc"
26+
]
27+
}
28+
],
29+
"contributorsPerLine": 7,
30+
"projectName": "C7F-Backend",
31+
"projectOwner": "C7F",
32+
"repoType": "github",
33+
"repoHost": "https://github.com",
34+
"skipCi": true
35+
}

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![Issues][issues-shield]][issues-url]
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
<!-- PROJECT LOGO -->
47
<br />
@@ -126,3 +129,23 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati
126129
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
127130
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
128131
[issues-url]: https://github.com/C7F/C7F-Backend/issues
132+
133+
## Contributors ✨
134+
135+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
136+
137+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
138+
<!-- prettier-ignore-start -->
139+
<!-- markdownlint-disable -->
140+
<table>
141+
<tr>
142+
<td align="center"><a href="https://github.com/thebongy"><img src="https://avatars1.githubusercontent.com/u/7080652?v=4" width="100px;" alt=""/><br /><sub><b>Rishit Bansal</b></sub></a><br /><a href="https://github.com/C7F/C7F-Backend/commits?author=thebongy" title="Code">💻</a> <a href="https://github.com/C7F/C7F-Backend/commits?author=thebongy" title="Documentation">📖</a></td>
143+
<td align="center"><a href="https://github.com/roerohan"><img src="https://avatars0.githubusercontent.com/u/42958812?v=4" width="100px;" alt=""/><br /><sub><b>Rohan Mukherjee</b></sub></a><br /><a href="https://github.com/C7F/C7F-Backend/commits?author=roerohan" title="Code">💻</a> <a href="https://github.com/C7F/C7F-Backend/commits?author=roerohan" title="Documentation">📖</a></td>
144+
</tr>
145+
</table>
146+
147+
<!-- markdownlint-enable -->
148+
<!-- prettier-ignore-end -->
149+
<!-- ALL-CONTRIBUTORS-LIST:END -->
150+
151+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)