From cbdd565107f3326fee739c81f82c6aeac1228efb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 08:50:21 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index d0c28f4..d18f60c 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # GPU Task Spooler + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![github-action](https://github.com/justanhduc/task-spooler/actions/workflows/build.yml/badge.svg) @@ -183,3 +186,25 @@ Memory checks with [Valgrind](https://valgrind.org/). ## Related projects [Messenger](https://github.com/justanhduc/messenger) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
mw75
mw75

💻
+ + + + + + +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 From ef1245767fb07760bd656bc9c27e59f7ec33f2cb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 08:50:22 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a35ee87 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "mw75", + "name": "mw75", + "avatar_url": "https://avatars.githubusercontent.com/u/6930288?v=4", + "profile": "https://github.com/mw75", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "task-spooler", + "projectOwner": "justanhduc" +}