diff mbox series

README: Add Discord badge

Message ID 20210903152442.36199-1-stephen@that.guru
State Accepted
Commit 08fd8b3952f8d5d88ff79a0c3543b8e19fb241c8
Headers show
Series README: Add Discord badge | expand

Commit Message

Stephen Finucane Sept. 3, 2021, 3:24 p.m. UTC
Add a Discord badge that can be used to connect to the server. Link
taken from daxtens' email to the list about the server [1].

[1] https://lists.ozlabs.org/pipermail/patchwork/2021-September/007226.html

Signed-off-by: Stephen Finucane <stephen@that.guru>
Cc: Daniel Axtens <dja@axtens.net>
---
 README.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Daniel Axtens Sept. 6, 2021, 6:21 a.m. UTC | #1
I tweaked the URL: it was printing the online count from another
server. That required changing a setting on the PW discord, which is now
also done.

Applied.

Stephen Finucane <stephen@that.guru> writes:

> Add a Discord badge that can be used to connect to the server. Link
> taken from daxtens' email to the list about the server [1].
>
> [1] https://lists.ozlabs.org/pipermail/patchwork/2021-September/007226.html
>
> Signed-off-by: Stephen Finucane <stephen@that.guru>
> Cc: Daniel Axtens <dja@axtens.net>
> ---
>  README.rst | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git README.rst README.rst
> index 7af45ce7..8d73ad78 100644
> --- README.rst
> +++ README.rst
> @@ -18,6 +18,10 @@ Patchwork
>     :target: http://patchwork.readthedocs.io/en/latest/?badge=latest
>     :alt: Documentation Status
>  
> +.. image:: https://img.shields.io/discord/591914197219016707.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
> +   :target: https://discord.gg/hGWjXVTAbB
> +   :alt: Discord
> +
>  **Patchwork** is a patch tracking system for community-based projects. It is
>  intended to make the patch management process easier for both the project's
>  contributors and maintainers, leaving time for the more important (and more
> -- 
> 2.31.1
diff mbox series

Patch

diff --git README.rst README.rst
index 7af45ce7..8d73ad78 100644
--- README.rst
+++ README.rst
@@ -18,6 +18,10 @@  Patchwork
    :target: http://patchwork.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
 
+.. image:: https://img.shields.io/discord/591914197219016707.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
+   :target: https://discord.gg/hGWjXVTAbB
+   :alt: Discord
+
 **Patchwork** is a patch tracking system for community-based projects. It is
 intended to make the patch management process easier for both the project's
 contributors and maintainers, leaving time for the more important (and more