Skip to content

Commit b068eb6

Browse files
authored
[Feature] Discord Badge Addition (#591)
- Addition of Discord Badge which will redirect to chat group where users can discuss any existing features or required fixes and so on. - Badge shows number of users online in chat room - Contributing guidelines added chat group reference Closes #587
1 parent ceab3c1 commit b068eb6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CONTRIBUTING.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Mandatory conditions
3232

3333
Please follow the code style in the docs.
3434

35+
Connect on Chat for any queries
36+
---------------------------------
37+
38+
Please message on chat-group link present in `README.rst`_ badge for any queries.
39+
40+
.. _README.rst: README.rst
41+
3542

3643
Before you raise a PR
3744
---------------------
@@ -132,4 +139,4 @@ In addition to all the contributors we would like to thank to these companies:
132139
.. _JetBrains: http://www.jetbrains.com
133140
.. _PyCharm: http://www.jetbrains.com/pycharm/
134141
.. _Travis: https://travis-ci.org/
135-
.. _Insomnia: https://insomnia.rest/
142+
.. _Insomnia: https://insomnia.rest/

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
============================
22
Atlassian Python API wrapper
33
============================
4-
|Build Status| |PyPI version| |PyPI - Downloads| |License| |Codacy Badge| |Docs|
4+
|Build Status| |PyPI version| |PyPI - Downloads| |License| |Codacy Badge| |Docs| |Discord|
55

66
What is it?
77
___________
@@ -148,6 +148,9 @@ See the `Contribution Guidelines for this project`_ for details on how to make c
148148
.. |Docs| image:: https://readthedocs.org/projects/atlassian-python-api/badge/?version=latest
149149
:target: https://atlassian-python-api.readthedocs.io/en/latest/?badge=latest
150150
:alt: Documentation Status
151+
.. |Discord| image:: https://img.shields.io/discord/756142204761669743.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
152+
:alt: Discord Chat
153+
:target: https://discord.gg/FCJsvqh
151154

152155

153156
Credits
@@ -164,4 +167,4 @@ In addition to all the contributors we would like to thank these vendors:
164167
.. _PyCharm: http://www.jetbrains.com/pycharm/
165168
.. _Travis: https://travis-ci.org/
166169
.. _Microsoft: https://github.com/Microsoft/vscode/
167-
.. _VSCode: https://code.visualstudio.com/
170+
.. _VSCode: https://code.visualstudio.com/

0 commit comments

Comments
 (0)