Skip to content

Commit

Permalink
chore: update contributors configuration and add CONTRIBUTORS.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois committed Nov 5, 2024
1 parent 98079cd commit fc29db1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"projectName": "openfoodfacts-nodejs",
"projectOwner": "openfoodfacts",
"repoType": "github",
"files": [
"README.md"
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": true,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "ms10398",
Expand Down Expand Up @@ -44,9 +48,5 @@
"code"
]
}
],
"repoType": "github",
"commitConvention": "angular",
"commitType": "docs",
"contributorsPerLine": 7
}
]
}
10 changes: 10 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit fc29db1

Please sign in to comment.