Contribute: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
m (Re-add cleanup tag)
(sourced links from https://www.qt.io/contribute-to-qt)
Line 12: Line 12:


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
* [http://wiki.qt.io/OnlineCommunities join Qt channels on IRC]
* create doc notes
* create doc notes
* share code snippets
* share code snippets
Line 21: Line 21:


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
* [http://wiki.qt.io/ReportingBugsInQt report new bugs]
* triage bugs
* [http://wiki.qt.io/Triaging_Bugs triage bugs]
* request new features
* [https://bugreports.qt.io/secure/Dashboard.jspa request new features]


==Write Documentation and Tutorials==
==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.
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
* [http://wiki.qt.io/ write wiki articles]
* write blogs about Qt technology
* [http://planet.qt.io/ write blogs about Qt technology]
* write books about Qt
* [http://wiki.qt.io/books write books about Qt]
* create learning material and presentations
* create learning material and presentations
* translate Qt and Qt Creator
* [http://wiki.qt.io/Qt_Localization translate Qt and Qt Creator]
* write documentation
* [http://wiki.qt.io/Category:Developing_Qt::Documentation write documentation]
* create demos and examples
* [http://wiki.qt.io/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
* [http://wiki.qt.io/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 50: Line 50:


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
* [http://wiki.qt.io/Writing_Unit_Tests write tests]
* review Qt code
* [http://wiki.qt.io/Code_Reviews review Qt code]
* write Qt code
* [http://wiki.qt.io/ write Qt code]
* participate in the release process
* [http://wiki.qt.io/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]


*qt-labs IRC channel on freenode.net
*[irc://irc.freenode.net/qt-labs #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]

Revision as of 06:51, 2 February 2020

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Further cleanup needed, linking to other resources
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

This outline from 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.