From 41aab0dfaccb43b263f90f43ebac3cfab6f2b689 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:22:48 -0800 Subject: [PATCH 1/6] Add badges to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 79c8d6f2c..c946e5bb4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Omnivore +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests?style=for-the-badge) +[![Discord](https://img.shields.io/discord/844965259462311966?style=for-the-badge) +[![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp?style=for-the-badge) + [Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text. We built Omnivore because we love reading and we want it to be more social. Join us! From 1d9ee155852d72f1efc527feb3018e5652f7ec0a Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:26:45 -0800 Subject: [PATCH 2/6] Add targets for the README badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c946e5bb4..c33768dd1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Omnivore -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests?style=for-the-badge) -[![Discord](https://img.shields.io/discord/844965259462311966?style=for-the-badge) -[![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp?style=for-the-badge) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests?style=for-the-badge)] +[![Discord](https://img.shields.io/discord/844965259462311966?style=for-the-badge)](https://discord.gg/nyqRrjujNe) +[![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp?style=for-the-badge)](https://twitter.com/OmnivoreApp) [Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text. From 757d7eea10930687f67ee1612cf1e3b2cb199739 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:27:44 -0800 Subject: [PATCH 3/6] Remove styling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c33768dd1..e1401183f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Omnivore -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests?style=for-the-badge)] -[![Discord](https://img.shields.io/discord/844965259462311966?style=for-the-badge)](https://discord.gg/nyqRrjujNe) -[![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp?style=for-the-badge)](https://twitter.com/OmnivoreApp) +[GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests) +[![Discord](https://img.shields.io/discord/844965259462311966)](https://discord.gg/nyqRrjujNe) +[![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp)](https://twitter.com/OmnivoreApp) [Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text. From 749b0c2d0f250f8febc8da4db8d88549cf219100 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:30:26 -0800 Subject: [PATCH 4/6] Add a link for the build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1401183f..18d4643ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Omnivore -[GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests)](https://github.com/omnivore-app/omnivore/actions/workflows/run-tests.yaml) [![Discord](https://img.shields.io/discord/844965259462311966)](https://discord.gg/nyqRrjujNe) [![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp)](https://twitter.com/OmnivoreApp) From 1e2f51e945f00a51be9c0979b4c2237b4642e116 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:31:55 -0800 Subject: [PATCH 5/6] Add a label to discord badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d4643ed..99b6dba16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Omnivore [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests)](https://github.com/omnivore-app/omnivore/actions/workflows/run-tests.yaml) -[![Discord](https://img.shields.io/discord/844965259462311966)](https://discord.gg/nyqRrjujNe) +[![Discord](https://img.shields.io/discord/844965259462311966?label=Join%20our%20Discord)](https://discord.gg/nyqRrjujNe) [![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp)](https://twitter.com/OmnivoreApp) [Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text. From 9ecb53f04d7143fac6ce5071c937bed9b067fabf Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Feb 2022 20:34:15 -0800 Subject: [PATCH 6/6] Add a license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b6dba16..341affe53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests)](https://github.com/omnivore-app/omnivore/actions/workflows/run-tests.yaml) [![Discord](https://img.shields.io/discord/844965259462311966?label=Join%20our%20Discord)](https://discord.gg/nyqRrjujNe) [![Twitter Follow](https://img.shields.io/twitter/follow/omnivoreapp)](https://twitter.com/OmnivoreApp) +![GitHub](https://img.shields.io/github/license/omnivore-app/omnivore) [Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text.