QtWebEngine/Contribute: Difference between revisions
Jump to navigation
Jump to search
Allan Jensen (talk | contribs) No edit summary |
m (s/QtWebEngine/Qt WebEngine/) |
||
Line 1: | Line 1: | ||
[[Category:Developing with Qt::QtWebEngine]] | [[Category:Developing with Qt::QtWebEngine]] | ||
= Contributing to | = Contributing to Qt WebEngine = | ||
We welcome contributions and feedback on | We welcome contributions and feedback on Qt WebEngine. We are very much aligned on the rest of the Qt project when it comes to [[Qt_Contribution_Guidelines|contribution guidelines and ways of working]], with our repository living in [http://code.qt.io/cgit/qt/qtwebengine.git/ gerrit ], so most of the things to consider [[:Category:Developing_Qt|while developing Qt]] should also apply. | ||
Regarding C++11 feature use, check out what is allowed and prohibited by the [http://chromium-cpp.appspot.com/ Chromium C++11 style guide], for a general idea what can be also used in | Regarding C++11 feature use, check out what is allowed and prohibited by the [http://chromium-cpp.appspot.com/ Chromium C++11 style guide], for a general idea what can be also used in Qt WebEngine. | ||
== Getting in touch == | == Getting in touch == | ||
Line 15: | Line 15: | ||
=== qtwebengine@qt.io === | === qtwebengine@qt.io === | ||
You can also subscribe to the [http://lists.qt-project.org/mailman/listinfo/qtwebengine | You can also subscribe to the [http://lists.qt-project.org/mailman/listinfo/qtwebengine Qt WebEngine development mailing list] | ||
== Other == | == Other == | ||
Details on how we rebase | Details on how we rebase Qt WebEngine on new Chromium versions. [[QtWebEngine_Rebase_on_New_Chromium]]. |
Revision as of 08:28, 17 March 2016
Contributing to Qt WebEngine
We welcome contributions and feedback on Qt WebEngine. We are very much aligned on the rest of the Qt project when it comes to contribution guidelines and ways of working, with our repository living in gerrit , so most of the things to consider while developing Qt should also apply.
Regarding C++11 feature use, check out what is allowed and prohibited by the Chromium C++11 style guide, for a general idea what can be also used in Qt WebEngine.
Getting in touch
#qtwebengine
We usually hang out on #qtwebengine on Freenode, feel free join !
qtwebengine@qt.io
You can also subscribe to the Qt WebEngine development mailing list
Other
Details on how we rebase Qt WebEngine on new Chromium versions. QtWebEngine_Rebase_on_New_Chromium.