diff --git a/.all-contributorsrc b/.all-contributorsrc index 36b8bf62..669dd0f3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,15 +3,25 @@ "projectOwner": "sunny0826", "repoType": "github", "repoHost": "https://github.com", - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, - "commit": false, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "sunny0826", + "name": "Xudong Guo", + "avatar_url": "https://avatars.githubusercontent.com/u/24563928?v=4", + "profile": "https://guoxudong.io/", + "contributions": [ + "code", + "doc", + "maintenance" + ] + } + ], "contributorsPerLine": 7, - "contributorsSortAlphabetically": false, - "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)", - "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", - "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", - "linkToUsage": true, - "skipCi": true, - "contributors": [] -} \ No newline at end of file + "linkToUsage": true +} diff --git a/README.md b/README.md index 46cc39b8..9d1de21a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@

+ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Kubecm

@@ -79,11 +82,35 @@ Source binary: Feel free to open issues and pull requests. Any feedback is highly appreciated! I'd be grateful if you can give me some feedback. + + + + + + + + + + + + + + +
Xudong Guo
Xudong Guo

💻 📖 🚧
+ + Add your contributions + +
+ + + + + + ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=sunny0826/kubecm&type=Date)](https://star-history.com/#sunny0826/kubecm) - ## Thanks - [JetBrains IDEs](https://www.jetbrains.com/?from=kubecm) @@ -93,3 +120,16 @@ Feel free to open issues and pull requests. Any feedback is highly appreciated! JetBrains logo

+ +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file