Update readme

This commit is contained in:
Veronica Berglyd Olsen
2025-04-07 16:47:22 +02:00
parent c5afeda726
commit a760b22341
+9 -12
View File
@@ -40,9 +40,9 @@ documentation.
## Implementation ## Implementation
novelWriter is written with Python 3 (3.10+) using Qt6 and PyQt6 (6.4+), and is released on novelWriter is written with Python and Qt6 with PyQt6 Python binding. It is released on Linux,
Linux, Windows and macOS. It can in principle run on any Operating System that also supports Qt, Windows and MacOS. It can in principle run on any Operating System that also supports Qt, PyQt and
PyQt and Python. Python.
<p align="center"> <p align="center">
<img width="80%" src="https://raw.githubusercontent.com/vkbo/novelWriter/main/setup/screenshot.png"> <img width="80%" src="https://raw.githubusercontent.com/vkbo/novelWriter/main/setup/screenshot.png">
@@ -51,9 +51,9 @@ PyQt and Python.
## Project Contributions ## Project Contributions
Please don't make feature pull requests without first having discussed them with the maintainer. 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 You can make a feature request in the [issues tracker](https://github.com/vkbo/novelWriter/issues),
discussion on the discussion page. Please also don't make pull requests to reformat or rewrite or if the idea isn't fully formed, start a [discussion](https://github.com/vkbo/novelWriter/discussions).
existing code unless there is a very good reason for doing so. 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 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 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). 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 **Note:** New features and pre-releases are made on the `main` branch. Full releases are made from
made from the `release` branch. So if you're submitting a fix to a current release, **including the `release` branch. So if you're submitting a fix to a current release, **including changes to
changes to documentation**, they must be made to the `release` branch. documentation**, they must be made to the `release` branch.
### Translations ### 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 If you have any questions, feel free to post them to the
[Translations of novelWriter](https://github.com/vkbo/novelWriter/issues/93) issue thread. [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 ## Licence
This is Open Source software, and novelWriter is licenced under GPLv3. See the This is Open Source software, and novelWriter is licenced under GPLv3. See the