From 3e80b26869d2059de786186341efe6b23b7d8478 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:03:41 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 2e880462..d77fc77d 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-) + Unofficial OSE on Foundry VTT logo @@ -91,3 +94,23 @@ The Unofficial Old-School Essentials on Foundry VTT logo is used with permission ## Licensing Inquiries You may direct licensing inquiries to [ose@vtt.red](mailto:ose@vtt.red). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Godforsaken84

🎨
+ + + + + + +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 73e3a31d2e9b9394818caef81d8ae9cae57ef574 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:03:42 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..4d1b65bd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Godforsaken84", + "name": "Godforsaken84", + "avatar_url": "https://avatars.githubusercontent.com/u/100036544?v=4", + "profile": "https://github.com/Godforsaken84", + "contributions": [ + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "ose", + "projectOwner": "vttred", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}