Skip to content

Commit 0d2751b

Browse files
docs: add anmolbhatia05 as a contributor for code (#2)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * 🧹 Fix pre-commit --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: s-weigand <s.weigand.phy@gmail.com>
1 parent 36fa114 commit 0d2751b

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

.all-contributorsrc

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

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ repos:
3636
hooks:
3737
- id: prettier
3838
additional_dependencies: ["prettier@3.3.2"]
39+
exclude: ".all-contributorsrc"
3940

4041
###################
4142
# LINTER #

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,25 @@ pyglotaran notebook widgets for teaching parameter estimation examples
1919
## Features
2020

2121
- TODO
22+
23+
## Contributors ✨
24+
25+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
26+
27+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
28+
<!-- prettier-ignore-start -->
29+
<!-- markdownlint-disable -->
30+
<table>
31+
<tbody>
32+
<tr>
33+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anmolbhatia05"><img src="https://avatars.githubusercontent.com/u/34206963?v=4?s=100" width="100px;" alt="Anmol Bhatia"/><br /><sub><b>Anmol Bhatia</b></sub></a><br /><a href="https://github.com/glotaran/PyParamGUI/commits?author=anmolbhatia05" title="Code">💻</a></td>
34+
</tr>
35+
</tbody>
36+
</table>
37+
38+
<!-- markdownlint-restore -->
39+
<!-- prettier-ignore-end -->
40+
41+
<!-- 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!

0 commit comments

Comments
 (0)