Qt Project Guidelines: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
Line 75: Line 75:
== Related Articles ==
== Related Articles ==


* [[Git_Installation Git Installation]]
* [[Git_Installation|Git Installation]]
* [[Get_The_Source Get the source]]
* [[Get_The_Source|Get the source]]
* [[Building_Qt_5_from_Git Building Qt 5 from Git]]
* [[Building_Qt_5_from_Git|Building Qt 5 from Git]]
* [[Git Introduction|Developing and maintaining patches on top of Qt with Git]]
* [[Git Introduction|Developing and maintaining patches on top of Qt with Git]]
|
|
|
|
== Community ==
== Community ==
* [[Marketing]]
* [[Marketing]]

Revision as of 13:32, 27 February 2015

The Qt Project is a meritocratic consensus-based community interested in Qt. Anyone who shares that interest can join the community, participate in its decision making processes, and contribute to Qt’s development.

This wiki holds guidelines and documentation regarding code contributions to Qt. For an overview over all different ways to contribute to the Qt Project, please take a look at our home page.

Contributions

Things you generally need to know if you want to participate with code contributions.

     

Coding Guidelines

Things you need to know before you start writing Qt code.

Tooling

Things you need to know before you submit your code.

Tools to help development of your code.

Quality Engineering

Things you need to know to ensure good code quality.

Related Articles

Community