From a760b2234136034f032d2201bb00a3c8b553d26f Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:47:22 +0200 Subject: [PATCH] Update readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 929dda5e..bb2cd3e9 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ documentation. ## Implementation -novelWriter is written with Python 3 (3.10+) using Qt6 and PyQt6 (6.4+), and is released on -Linux, Windows and macOS. It can in principle run on any Operating System that also supports Qt, -PyQt and Python. +novelWriter is written with Python and Qt6 with PyQt6 Python binding. It is released on Linux, +Windows and MacOS. It can in principle run on any Operating System that also supports Qt, PyQt and +Python.
@@ -51,9 +51,9 @@ PyQt and Python.
## Project Contributions
Please don't make feature pull requests without first having discussed them with the maintainer.
-You can make a feature request in the issue tracker, or if the idea isn't fully formed, start a
-discussion on the discussion page. Please also don't make pull requests to reformat or rewrite
-existing code unless there is a very good reason for doing so.
+You can make a feature request in the [issues tracker](https://github.com/vkbo/novelWriter/issues),
+or if the idea isn't fully formed, start a [discussion](https://github.com/vkbo/novelWriter/discussions).
+Please also don't make pull requests to reformat or rewrite existing code unless there is a very good reason for doing so.
Fixes and patches are welcome. Contributions related to packaging and installing novelWriter will
also be appreciated, but please make an issue or a discussion topic first. Before contributing any
@@ -62,9 +62,9 @@ code, please also read the full
Project credits are available in [CREDITS.md](https://github.com/vkbo/novelWriter/blob/main/CREDITS.md).
-**Note:** As of April 2024 only pre-releases are made from the `main` branch. Full releases are
-made from the `release` branch. So if you're submitting a fix to a current release, **including
-changes to documentation**, they must be made to the `release` branch.
+**Note:** New features and pre-releases are made on the `main` branch. Full releases are made from
+the `release` branch. So if you're submitting a fix to a current release, **including changes to
+documentation**, they must be made to the `release` branch.
### Translations
@@ -73,9 +73,6 @@ can contribute translations at the [Crowdin project page](https://crowdin.com/pr
If you have any questions, feel free to post them to the
[Translations of novelWriter](https://github.com/vkbo/novelWriter/issues/93) issue thread.
-For more details, and how to use Qt Linguist for translations, see the
-[i18n instructions](https://github.com/vkbo/novelWriter/blob/main/i18n/README.md).
-
## Licence
This is Open Source software, and novelWriter is licenced under GPLv3. See the