diff --git a/README.md b/README.md index a339b23..697780f 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,12 @@ Don't like the Achievements? [Here](https://docs.github.com/account-and-profile/ | Title | Badge | Earnable? | Earned by | | --- | --- | --- | --- | +Pair Extraordinaire | ![Pair Extraordinaire Badge](/images/pair-extraordinaire-default.png) | ✔️ | Coauthored commits on a merged pull request +Quickdraw | ![Quickdraw Badge](/images/quickdraw-default.png) | ✔️ | Closed a pull request within 5 minutes of opening +Starstruck | ![Starstruck Badge](/images/starstruck-default.png) | ✔️ | 16 stars Galaxy Brain | ![Galaxy Brain Badge](/images/galaxy-brain-default.png) | ✔️ | 2 accepted answers Pull Shark | ![Pull Shark Badge](/images/pull-shark-default.png) | ✔️ | 2 pull requests merged -YOLO | ![YOLO Badge](/images/yolo-default.png) | ✔️ | Merged pull request without code review +YOLO | ![YOLO Badge](/images/yolo-default.png) | ✔️ | Merged a pull request without code review ||| Arctic Code Vault Contributor | ![Arctic Code Vault Contributor Achievement Badge](/images/arctic-code-vault-contributor-default.png) | ❌ | Contributed code to repositories in the [2020 GitHub Archive Program](https://archiveprogram.github.com/) Public Sponsor | ![GitHub Sponsor Achievement Badge](/images/public-sponsor-default.png) | ✔️ | Sponsoring open source work via [GitHub Sponsors](https://github.com/sponsors) @@ -30,6 +33,12 @@ Some Achievements not only have the base version, but also tiers. | Title | Tier | Badge | Earned by | | --- | --- | --- | --- | +Pair Extraordinaire x2 | Bronze 🥉 | Pair Extraordinaire Bronze Badge | Coauthored commits on 2 merged pull requests +Pair Extraordinaire x3 | Silver 🥈 | Pair Extraordinaire Silver Badge | Coauthored commits on 3 merged pull requests +Pair Extraordinaire x4 | Gold 🥇 | Pair Extraordinaire Gold Badge | Coauthored commits on 4 merged pull requests +Starstruck x2 | Bronze 🥉 | Starstruck Bronze Badge | 128 stars +Starstruck x3 | Silver 🥈 | Starstruck Silver Badge | 512 stars +Starstruck x4 | Gold 🥇 | Starstruck Gold Badge | 4096 stars Galaxy Brain x2 | Bronze 🥉 | Galaxy Brain Bronze Badge | 8 accepted answers Galaxy Brain x3 | Silver 🥈 | Galaxy Brain Silver Badge | 16 accepted answers Galaxy Brain x4 | Gold 🥇 | Galaxy Brain Gold Badge | 32 accepted answers @@ -71,6 +80,9 @@ See them live, including the animation some have, for example here: | Title | Sample | | --- | --- | +Pair Extraordinaire | [Live 100 % unlocked sample by @Rongronggg9](https://github.com/Rongronggg9?achievement=pair-extraordinaire&tab=achievements) +Quickdraw | [Live 100 % unlocked sample by @Schweinepriester](https://github.com/Schweinepriester?achievement=quickdraw&tab=achievements) +Starstruck | [Live 100 % unlocked sample by @torvalds](https://github.com/torvalds?achievement=starstruck&tab=achievements) Galaxy Brain | [Live 100 % unlocked sample by @ljharb](https://github.com/ljharb?achievement=galaxy-brain&tab=achievements) Pull Shark | [Live 100 % unlocked sample by @ljharb](https://github.com/ljharb?achievement=pull-shark&tab=achievements) YOLO | [Live 100 % unlocked sample by @Schweinepriester](https://github.com/Schweinepriester?achievement=yolo&tab=achievements) diff --git a/images/pair-extraordinaire-default.png b/images/pair-extraordinaire-default.png new file mode 100644 index 0000000..2fb0708 Binary files /dev/null and b/images/pair-extraordinaire-default.png differ diff --git a/images/quickdraw-default.png b/images/quickdraw-default.png new file mode 100644 index 0000000..4006c86 Binary files /dev/null and b/images/quickdraw-default.png differ diff --git a/images/starstruck-default.png b/images/starstruck-default.png new file mode 100644 index 0000000..069208f Binary files /dev/null and b/images/starstruck-default.png differ diff --git a/images/tiers/pair-extraordinaire-bronze.png b/images/tiers/pair-extraordinaire-bronze.png new file mode 100644 index 0000000..fb433e4 Binary files /dev/null and b/images/tiers/pair-extraordinaire-bronze.png differ diff --git a/images/tiers/pair-extraordinaire-gold.png b/images/tiers/pair-extraordinaire-gold.png new file mode 100644 index 0000000..dab81b6 Binary files /dev/null and b/images/tiers/pair-extraordinaire-gold.png differ diff --git a/images/tiers/pair-extraordinaire-silver.png b/images/tiers/pair-extraordinaire-silver.png new file mode 100644 index 0000000..3b83349 Binary files /dev/null and b/images/tiers/pair-extraordinaire-silver.png differ diff --git a/images/tiers/starstruck-bronze.png b/images/tiers/starstruck-bronze.png new file mode 100644 index 0000000..1029eac Binary files /dev/null and b/images/tiers/starstruck-bronze.png differ diff --git a/images/tiers/starstruck-gold.png b/images/tiers/starstruck-gold.png new file mode 100644 index 0000000..8998d53 Binary files /dev/null and b/images/tiers/starstruck-gold.png differ diff --git a/images/tiers/starstruck-silver.png b/images/tiers/starstruck-silver.png new file mode 100644 index 0000000..9c4ec48 Binary files /dev/null and b/images/tiers/starstruck-silver.png differ