Skip to content

Commit b5d8f78

Browse files
authored
Merge pull request #331 from tomschr/feature/add-gh-discussions
Add badge to GitHub Discussion
2 parents 453d154 + 07cacb5 commit b5d8f78

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

CONTRIBUTING.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ The semver source code is managed using Git and is hosted on GitHub::
88
git clone git://github.com/python-semver/python-semver
99

1010

11-
Reporting Bugs and Feedback
12-
---------------------------
11+
Reporting Bugs and Asking Questions
12+
-----------------------------------
1313

1414
If you think you have encountered a bug in semver or have an idea for a new
15-
feature? Great! We like to hear from you.
15+
feature? Great! We like to hear from you!
1616

17-
First, take the time to look into our GitHub `issues`_ tracker if
18-
this already covered. If not, changes are good that we avoid double work.
17+
There are several options to participate:
18+
19+
* Open a new topic on our `GitHub discussion <gh_discussions>`_ page.
20+
Tell us our ideas or ask your questions.
21+
22+
* Look into our GitHub `issues`_ tracker or open a new issue.
1923

2024

2125
Prerequisites
@@ -229,4 +233,4 @@ Adding a Changelog Entry
229233
.. _Semantic Versioning: https://semver.org
230234
.. _Sphinx style: https://sphinx-rtd-tutorial.rtfd.io/en/latest/docstrings.html
231235
.. _tox: https://tox.rtfd.org/
232-
236+
.. _gh_discussions: https://github.com/python-semver/python-semver/discussions

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Quickstart
1111
A Python module for `semantic versioning`_. Simplifies comparing versions.
1212

1313
|GHAction| |python-support| |downloads| |license| |docs| |black|
14-
|Gitter| |openissues|
14+
|openissues| |GHDiscussion|
1515

1616
.. teaser-end
1717
@@ -124,3 +124,6 @@ There are other functions to discover. Read on!
124124
:alt: Percentage of open issues
125125
.. |GHAction| image:: https://github.com/python-semver/python-semver/workflows/Python/badge.svg
126126
:alt: Python
127+
.. |GHDiscussion| image:: https://shields.io/badge/GitHub-%20Discussions-green?logo=github
128+
:target: https://github.com/python-semver/python-semver/discussions
129+
:alt: GitHub Discussion

0 commit comments

Comments
 (0)