From a9df6ed369d3a9fdc9c157b030ffc1b9cfed5f3f Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Wed, 20 Sep 2023 14:52:58 +0200 Subject: Doc: Create a CONTRIBUTING.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ (cherry picked from commit baf7aacdac680503b6184346ac604d17b8470af1) Reviewed-by: Qt Cherry-pick Bot --- .github/pull_request_template.md | 9 +++++++++ CONTRIBUTING.md | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CONTRIBUTING.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..a276b15c --- /dev/null +++ b/.github/pull_request_template.md @@ -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. + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..3a0c3bd4 --- /dev/null +++ b/CONTRIBUTING.md @@ -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. -- cgit v1.2.3