mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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.5 Change-Id: Iea4cba8e6cb90859bd364ae4480be0e000f9bae6 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commitbaf7aacdac) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commita9df6ed369)
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
9224150c6d
commit
e4a4055c21
9
.github/pull_request_template.md
vendored
Normal file
9
.github/pull_request_template.md
vendored
Normal file
@@ -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.
|
||||
|
||||
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user