Contribute: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add bullet list structure)
(Made internal links internal, cleanup, removed tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Community]]
[[Category:Community]]
This outline from http://qt.io/contribute
This mostly mirrors http://qt.io/contribute


=Contribute to Qt=
=Contribute to Qt=


The Qt Project governs the open source development of Qt. It allows anybody wanting to contribute to join the effort, through a meritocratic structure of approvers and maintainers.
The Qt Project governs the open source development of Qt. It allows anybody wanting to contribute to join the effort, through a meritocratic structure of [[Qt Governance Model|approvers and maintainers]].


All development will be driven by the people contributing to the project. To learn more, visit the resources linked on this site and subscribe to our mailing-lists.
All development will be driven by the people contributing to the project. To learn more, visit the resources linked on this site and subscribe to our mailing-lists.
Line 11: Line 11:


Helpful people are at the center of every great community, and everyone needs a bit of help sometimes. Whether it is a specific programming problem or more general guidance required, there are many ways to share knowledge and support others.
Helpful people are at the center of every great community, and everyone needs a bit of help sometimes. Whether it is a specific programming problem or more general guidance required, there are many ways to share knowledge and support others.
* discuss on mailing lists
* [http://lists.qt-project.org/ discuss on mailing lists]
* help out on forums
* [http://forum.qt.io/ help out on forums]
* join Qt channels on IRC
* [[OnlineCommunities|join Qt channels on IRC]]
* create doc notes
* share code snippets


==Report Bugs==
==Report Bugs==


Meaningful bug reports and comments help improve the quality of Qt in a very direct way, while voting and triaging help to prioritize tasks. We encourage Qt users and Qt contributors to join efforts on the bug tracker.
Meaningful bug reports and comments help improve the quality of Qt in a very direct way, while voting and triaging help to prioritize tasks. We encourage Qt users and Qt contributors to join efforts on the bug tracker.
* vote and comment on existing bugs
* [https://bugreports.qt.io/ vote and comment on existing bugs]
* report new bugs
* [[ReportingBugsInQt|report new bugs]]
* triage bugs
* [[Triaging_Bugs|triage bugs]]
* request new features
* [https://bugreports.qt.io/ request new features]


==Write Documentation and Tutorials==
==Write Documentation and Tutorials==
Line 29: Line 27:
Qt has great official documentation. Now everyone can contribute to it, in the same way they can contribute code to Qt itself. In addition, there are also other ways for contributors who enjoy writing about technology.
Qt has great official documentation. Now everyone can contribute to it, in the same way they can contribute code to Qt itself. In addition, there are also other ways for contributors who enjoy writing about technology.
* write wiki articles
* write wiki articles
* write blogs about Qt technology
* [http://planet.qt.io/ write blogs about Qt technology]
* write books about Qt
* [[books|write books about Qt]]
* create learning material and presentations
* create learning material and presentations
* translate Qt and Qt Creator
* [[Qt_Localization|translate Qt and Qt Creator]]
* write documentation
* [[:Category:Developing_Qt::Documentation|write documentation]]
* create demos and examples
* [[:Category:Learning::Demos_and_Examples|create demos and examples]]


==Do Community Work==
==Do Community Work==


There are plenty of important tasks to keep things going smoothly within the larger Qt community. No matter if you prefer online or IRL interactions, there is something for you.
There are plenty of important tasks to keep things going smoothly within the larger Qt community. No matter if you prefer online or IRL interactions, there is something for you.
* participate in online discussions on Qt
* [http://lists.qt-project.org/mailman/listinfo participate in online discussions on Qt]
* moderate our forums
* moderate our forums
* represent Qt at events and meetups
* [[Meet_Qt|represent Qt at events and meetups]]
* organize events and meetups
* organize events and [http://www.meetup.com/QtEverywhere/ meetups]
* provide web design and code
* provide web design and code
* provide graphics
* provide graphics
Line 49: Line 47:


Naturally, the Qt Project is mostly about code. There are plenty of ways to contribute code, to learn and grow, and to build one’s reputation. To get started contributing code, get in touch with the relevant module maintainer before you start on a patch.
Naturally, the Qt Project is mostly about code. There are plenty of ways to contribute code, to learn and grow, and to build one’s reputation. To get started contributing code, get in touch with the relevant module maintainer before you start on a patch.
* fix bugs
* [https://bugreports.qt.io/ fix bugs]
* write tests
* [[Writing_Unit_Tests|write tests]]
* review Qt code
* [[Code_Reviews|review Qt code]]
* write Qt code
* [[Qt_Contribution_Guidelines|write Qt code]]
* participate in the release process
* [[Release_Management|participate in the release process]]


==Join us!==
==Join us!==


Whatever it is that catches your interest, we happily welcome you in the Qt community. Talk to us on IRC and join our mailing lists — even if you haven’t it all figured out yet.
Whatever it is that catches your interest, we happily welcome you in the Qt community. Talk to us on IRC and join our mailing lists — even if you haven’t it all figured out yet.
* Qt Project mailing lists
* [http://lists.qt-project.org/mailman/listinfo Qt Project mailing lists]
 
* [irc://irc.freenode.net/qt-labs #qt-labs IRC channel on freenode.net]
*qt-labs IRC channel on freenode.net


==Legal Aspects==
==Legal Aspects==


Every open source project comes with legal considerations. Here are ours.
Every open source project comes with legal considerations. Here are ours.
* licensing
* [https://www1.qt.io/terms-conditions/ licensing]
* contribution agreement
* [https://www1.qt.io/contributionagreement/ contribution agreement]
* contribution agreement FAQ
* [https://www1.qt.io/contributionagreement/#faq contribution agreement FAQ]
* Contributors Licence Agreement (pdf)
* [https://cdn2.hubspot.net/hubfs/149513/Contribute%20to%20Qt/Qt-ContributionLicenseAgreement_v1_2_FINAL.pdf Contributors Licence Agreement (pdf)]
* trademark policy
* [https://www1.qt.io/trademark/ trademark policy]
* trademark agreement (pdf)
* [https://cdn2.hubspot.net/hubfs/149513/Contribute%20to%20Qt/The-Qt-Company_QtUser_TrademarkLicense_20150312_FINAL.pdf trademark agreement (pdf)]
* brand guidelines
* [https://brand.qt.io/ brand guidelines]

Latest revision as of 14:28, 23 June 2020

This mostly mirrors http://qt.io/contribute

Contribute to Qt

The Qt Project governs the open source development of Qt. It allows anybody wanting to contribute to join the effort, through a meritocratic structure of approvers and maintainers.

All development will be driven by the people contributing to the project. To learn more, visit the resources linked on this site and subscribe to our mailing-lists.

Support Users

Helpful people are at the center of every great community, and everyone needs a bit of help sometimes. Whether it is a specific programming problem or more general guidance required, there are many ways to share knowledge and support others.

Report Bugs

Meaningful bug reports and comments help improve the quality of Qt in a very direct way, while voting and triaging help to prioritize tasks. We encourage Qt users and Qt contributors to join efforts on the bug tracker.

Write Documentation and Tutorials

Qt has great official documentation. Now everyone can contribute to it, in the same way they can contribute code to Qt itself. In addition, there are also other ways for contributors who enjoy writing about technology.

Do Community Work

There are plenty of important tasks to keep things going smoothly within the larger Qt community. No matter if you prefer online or IRL interactions, there is something for you.

Write Qt Code

Naturally, the Qt Project is mostly about code. There are plenty of ways to contribute code, to learn and grow, and to build one’s reputation. To get started contributing code, get in touch with the relevant module maintainer before you start on a patch.

Join us!

Whatever it is that catches your interest, we happily welcome you in the Qt community. Talk to us on IRC and join our mailing lists — even if you haven’t it all figured out yet.

Legal Aspects

Every open source project comes with legal considerations. Here are ours.