Updated Contributing guidelines for developers (markdown)

Barthélemy 2022-09-18 20:19:25 +02:00
parent c91570a513
commit ccc122051b

@ -7,7 +7,7 @@ Please review these guidelines before submitting a PR, to make the maintainers'
* Manuskript is written in Python3 and PyQt5
* All code changes and Pull Requests should be based on the **develop** branch.
* The minimum target screen resolution is 1024x600 (was popular with small laptops / netbooks)
* We strive to conform to Qt guidelines. E.g.: [User Interface Text Guidelines](https://doc-snapshots.qt.io/qtcreator-extending/qtcreator-ui-text.html) ***Link broken!***
* We strive to conform to Qt guidelines. E.g.: [User Interface Text Guidelines](https://doc-snapshots.qt.io/qtcreator-extending/qtcreator-ui-text.html)
* Tip: Add `--console` as last option on command line to use [IPython Jupyter QT Console as a debugging aid](https://github.com/olivierkes/manuskript/pull/513).
* _**DRAFT**_
We _try_ to ensure that Manuskript will run on currently supported Operating Systems with [Qt integration](https://stackoverflow.com/questions/12805036/qicon-fromtheme-not-displaying-icon-in-pyqt). This includes several GNU/Linux distributions, in addition to recent versions of proprietary Windows and macOS X.