From f4bf5f5cd715aa7a98e129bbfee9e51075b62387 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Thu, 2 Jun 2022 16:20:38 +0200 Subject: [PATCH] GitHub: Add pull request template Add a pull request template to inform the potential contributor that the github Qt Creator presence a mirror is, and that the only way to contribuite is through gerrit. Change-Id: I5ddc93f182aaaa87e465677a28705ac5efa04f7f Reviewed-by: Eike Ziller Reviewed-by: Alessandro Portale --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..277028cbb2d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Thank you for contributing to Qt Creator! Unfortunately the GitHub Qt Creator +presence is only a git mirror. + +Please submit your patch via gerrit: +https://wiki.qt.io/Qt_Creator#Setting_up_Gerrit_to_contribute_back_to_Qt_Creator + +We are sorry for the inconvenience.