From e7e7abb6da787aeda70c9ec8e249e6c6e7c6606f Mon Sep 17 00:00:00 2001 From: dylanljones Date: Tue, 24 Oct 2023 19:59:21 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f4ec0a..b72d845 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,9 @@ If you encounter an issue or want to contribute to pyrekordbox, please feel free `pyrekordbox` and the commit-message style can be found in [CONTRIBUTING]. +For general questions or discussions about Rekordbox, please use [GitHub Discussions][discussions] +instead of opening an issue. + Pyrekordbox is tested on Windows and MacOS, however some features can't be tested in the CI setup since it requires a working Rekordbox installation. @@ -310,6 +313,7 @@ the CI setup since it requires a working Rekordbox installation. [mysettings-doc]: https://pyrekordbox.readthedocs.io/en/stable/formats/mysetting.html [new-issue]: https://github.com/dylanljones/pyrekordbox/issues/new/choose +[discussions]: https://github.com/dylanljones/pyrekordbox/discussions [CONTRIBUTING]: https://github.com/dylanljones/pyrekordbox/blob/master/CONTRIBUTING.md [CHANGELOG]: https://github.com/dylanljones/pyrekordbox/blob/master/CHANGELOG.md [INSTALLATION]: https://github.com/dylanljones/pyrekordbox/blob/master/INSTALLATION.md