From df95f531769b9c7d059972a63a1f56735e09c016 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 5 Feb 2018 02:37:50 -0500 Subject: [PATCH] Adds show support section Adds patreon links --- README.md | 15 +++++++++++-- src/ui/settings/index.html | 18 +++++---------- src/ui/welcome/index.html | 55 ++++++++++++++++++++++++++-------------------- 3 files changed, 49 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 537d2d5..05be50a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Here are just some of the features that GitLens provides, - a [status bar blame](#status-bar-blame "Jump to the Status Bar Blame") annotation showing author and date for the current line - [commit search](#commit-search "Jump to the Commit Search") — by message, author, filename, commit id, or code changes - many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc -- and so much more +- and so much [more](#features "Jump to Features") GitLens is powerful, feature rich, and also [highly customizable](#gitlens-settings "Jump to the GitLens settings docs") to meet your specific needs — find code lens intrusive or the current line blame annotation distracting — no problem, it is quick and easy to turn them off or change how they behave via the built-in *GitLens Settings* editor, a WYSIWYG editor covering many of GitLens' powerful settings. While for more advanced customizations, refer to the [GitLens settings docs](#gitlens-settings "Jump to the GitLens settings docs") and edit your vscode [user settings](https://code.visualstudio.com/docs/getstarted/settings "Open User settings"). @@ -39,6 +39,17 @@ GitLens is powerful, feature rich, and also [highly customizable](#gitlens-setti

+## Show Your Support ❤ + +GitLens can use your help to realize its mission — making developer's lives easier, further its reach, as well as support its development. + +Here are a few ways you can help — feel free to choose more than one 😉 +- [Become a Patron](https://www.patreon.com/eamodio "Become a Patron") +- [Write a Review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details "Write a Review") +- [Star or Fork me on GitHub](https://github.com/eamodio/vscode-gitlens "Star or Fork me on GitHub") +- [Follow me on Twitter](https://twitter.com/eamodio "Follow me on Twitter") +- [Hire me](http://amod.io/?utm_source=gitlens "Hire me") + ## Features ### GitLens Explorer @@ -630,7 +641,7 @@ Add [`"gitlens.insiders": true`](#general-settings "Jump to GitLens settings") t - If the `Copy to * clipboard` commands don't work on Linux — `xclip` needs to be installed. You can install it via `sudo apt-get install xclip` --- -## Contributors +## Contributors 🙏❤ A big thanks to the people that have contributed to this project: diff --git a/src/ui/settings/index.html b/src/ui/settings/index.html index e37f54b..94fd008 100644 --- a/src/ui/settings/index.html +++ b/src/ui/settings/index.html @@ -597,19 +597,11 @@
+

Show Your Support ❤

+

+ GitLens can use your help to realize its mission — making developer's lives easier, further its reach, as well as support its development. + + Here are a few ways you can help — feel free to choose more than one 😉 +

+

+
+

Customize