File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1414If 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
2125Prerequisites
@@ -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments