mirror of https://github.com/qt/qt5.git
Doc: Create a CONTRIBUTING.md file
Many users push Qt contributions to the Github repository mirror(s), however we cannot accept these contributions. This file directs users
to Qt's contributing guidelines wiki page.
A .github/pull_request_template.md file has also been created for Qt
project.
Fixes: QTBUG-116663
Pick-to: 6.6 6.5
Change-Id: Iea4cba8e6cb90859bd364ae4480be0e000f9bae6
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit baf7aacdac
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
6affbbde90
commit
a9df6ed369
|
@ -0,0 +1,9 @@
|
||||||
|
## Qt contribution guidelines
|
||||||
|
|
||||||
|
We welcome contributions to Qt!
|
||||||
|
|
||||||
|
Note that all contributions to the Qt project are exclusively handled through the [Gerrit code review system](https://codereview.qt-project.org).
|
||||||
|
|
||||||
|
Read the
|
||||||
|
[Qt Contribution Guidelines](https://wiki.qt.io/Qt_Contribution_Guidelines) to learn more.
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
## Qt contribution guidelines
|
||||||
|
|
||||||
|
We welcome contributions to Qt!
|
||||||
|
|
||||||
|
Note that we cannot accept pull requests on GitHub. All contributions to the Qt project are exclusively handled through the [Gerrit code review system](https://codereview.qt-project.org).
|
||||||
|
|
||||||
|
Read the
|
||||||
|
[Qt Contribution Guidelines](https://wiki.qt.io/Qt_Contribution_Guidelines) to learn more.
|
Loading…
Reference in New Issue