From f343b59cc6e6a0951092af68fc1719fd170c83c6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 18 Aug 2024 19:31:10 +0200 Subject: [PATCH] docs: add badges for Matrix, PyPI, and latest commit Enhanced the README with additional status badges for easier access to: - Matrix community link - PyPI package version and Python compatibility - License information - Latest Git commit These additions improve visibility and accessibility of relevant project details for users and contributors. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22f0234..78f3154 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Matrix Support Bot [![Support Private.coffee!](https://shields.private.coffee/badge/private.coffee-support%20us!-pink?logo=coffeescript)](https://private.coffee) +[![Matrix](https://shields.private.coffee/badge/Matrix-join%20us!-blue?logo=matrix)](https://matrix.to/#/#matrix-supportbot:private.coffee) +[![PyPI](https://shields.private.coffee/pypi/v/matrix-supportbot)](https://pypi.org/project/matrix-supportbot/) +[![PyPI - Python Version](https://shields.private.coffee/pypi/pyversions/matrix-supportbot)](https://pypi.org/project/matrix-supportbot/) +[![PyPI - License](https://shields.private.coffee/pypi/l/matrix-supportbot)](https://pypi.org/project/matrix-supportbot/) +[![Latest Git Commit](https://shields.private.coffee/gitea/last-commit/privatecoffee/matrix-supportbot?gitea_url=https://git.private.coffee)](https://git.private.coffee/privatecoffee/matrix-supportbot) Matrix Support Bot is a support ticket bot for the Matrix protocol built using the `matrix-nio` library. The bot allows users to open support tickets and communicate with support operators in a structured manner. Operators can manage tickets and relay messages between customer-facing and operator-facing rooms.