aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-09-20 14:52:58 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-12 07:06:11 +0000
commita9df6ed369d3a9fdc9c157b030ffc1b9cfed5f3f (patch)
treec8a9f4caacc2f3d565ce3b6f79b2dbfabfc997ca
parent6affbbde90a3ba0704f4f842373820479de836ae (diff)
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 baf7aacdac680503b6184346ac604d17b8470af1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--.github/pull_request_template.md9
-rw-r--r--CONTRIBUTING.md8
2 files changed, 17 insertions, 0 deletions
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.