From 27046be1c91522dcd7ff2a170012102d35873c6e Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 16 May 2019 10:46:07 -0600 Subject: [PATCH] docs: Add All Contributors to the project (#51) - Add All Contributors section to README.md - Add all past contributors --- .all-contributorsrc | 84 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 13 +++++++ 2 files changed, 97 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..3fa451c1 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,84 @@ +{ + "projectName": "starship", + "projectOwner": "starship", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "badgeTemplate": "/orange\" alt=\"All Contributors\">", + "commitConvention": "angular", + "contributors": [ + { + "login": "matchai", + "name": "Matan Kushner", + "avatar_url": "https://avatars0.githubusercontent.com/u/4658208?v=4", + "profile": "https://twitter.com/matchai", + "contributions": [ + "code", + "design", + "ideas", + "infra", + "maintenance", + "review", + "test" + ] + }, + { + "login": "johnletey", + "name": "John Letey", + "avatar_url": "https://avatars0.githubusercontent.com/u/30328854?v=4", + "profile": "https://github.com/johnletey", + "contributions": [ + "code", + "ideas", + "test", + "review" + ] + }, + { + "login": "Multimo", + "name": "Tim Mulqueen", + "avatar_url": "https://avatars1.githubusercontent.com/u/6132021?v=4", + "profile": "http://timmulqueen.com", + "contributions": [ + "code", + "ideas", + "review", + "test" + ] + }, + { + "login": "sirMerr", + "name": "Tiffany Le-Nguyen", + "avatar_url": "https://avatars2.githubusercontent.com/u/11183523?v=4", + "profile": "https://github.com/sirMerr", + "contributions": [ + "ideas", + "maintenance", + "review" + ] + }, + { + "login": "Snuggle", + "name": "​Snuggle", + "avatar_url": "https://avatars0.githubusercontent.com/u/26250962?v=4", + "profile": "https://about.snuggi.es", + "contributions": [ + "design", + "ideas", + "maintenance", + "review" + ] + }, + { + "login": "mehcode", + "name": "Ryan Leckey", + "avatar_url": "https://avatars1.githubusercontent.com/u/753919?v=4", + "profile": "https://github.com/mehcode", + "contributions": [ + "review" + ] + } + ] +} diff --git a/README.md b/README.md index 3b5632e3..ab3bf49d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@

The cross-shell prompt for astronauts.

Azure Pipelines Build Status + All Contributors Chat on Discord

@@ -119,3 +120,15 @@ To test locally run the below command: ```bash cargo run -- $status ``` + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
Matan Kushner
Matan Kushner

πŸ’» 🎨 πŸ€” πŸš‡ 🚧 πŸ‘€ ⚠️
John Letey
John Letey

πŸ’» πŸ€” ⚠️ πŸ‘€
Tim Mulqueen
Tim Mulqueen

πŸ’» πŸ€” πŸ‘€ ⚠️
Tiffany Le-Nguyen
Tiffany Le-Nguyen

πŸ€” 🚧 πŸ‘€
​Snuggle
​Snuggle

🎨 πŸ€” 🚧 πŸ‘€
Ryan Leckey
Ryan Leckey

πŸ‘€
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!