From eebd95395fda67500ae0493b24d39cdf983c4600 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Thu, 31 Aug 2023 16:59:38 +0800 Subject: [PATCH] doc: add contributors setting --- .all-contributorsrc | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 42 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..5cc4170 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,40 @@ +{ + "projectName": "lancet", + "projectOwner": "duke-git", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md", + "README_zh-CN.md" + ], + "imageSize": 100, + "commit": false, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/duke-git/lancet?color=ee8449&style=flat-square)](#contributors)", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "linkToUsage": true, + "skipCi": true, + "contributors": [ + { + "login": "donutloop", + "name": "donutloop", + "avatar_url": "https://avatars.githubusercontent.com/u/9432921?v=4", + "profile": "", + "contributions": [ + "code", + "doc", + "bug", + "review" + ] + } + ] +} diff --git a/README.md b/README.md index 89af96e..3aa322a 100644 --- a/README.md +++ b/README.md @@ -1906,4 +1906,6 @@ Hello, I am a software developer and have been engaged in development work for 1 +[![All Contributors](https://img.shields.io/github/all-contributors/duke-git/lancet?color=ee8449&style=flat-square)](#contributors) + Thank you to all the people who contributed to lancet!