From f493ac98b827121571a887f774c8f024db896739 Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Tue, 21 Jul 2020 06:49:30 -0700 Subject: [PATCH] Updates Message on PR Close Points to contributor guide instead of infra manual and mentions the First Contact SIG. Change-Id: Id06f5c36ee3688936d73f00520590198461514fc --- playbooks/maintain-github-mirror/github_manager.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/playbooks/maintain-github-mirror/github_manager.py b/playbooks/maintain-github-mirror/github_manager.py index 27f49207b7..367c85e46e 100755 --- a/playbooks/maintain-github-mirror/github_manager.py +++ b/playbooks/maintain-github-mirror/github_manager.py @@ -42,10 +42,13 @@ PR_CLOSING_TEXT = ( "that OpenStack development uses Gerrit for change proposal and code " "review.\n\n" "If you have never contributed to OpenStack before, please see:\n" - "https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html" - "\n\nFeel free to reach out on the #openstack-upstream-institute channel " - "on Freenode IRC in case you need help. You can access it through:\n" - "https://webchat.freenode.net/#openstack-upstream-institute\n" + "https://docs.openstack.org/contributors/code-and-documentation/" + "quick-start.html" + "\n\nFeel free to reach out to the First Contact SIG by sending an " + "email to the openstack-discuss list with the tag '[First Contact]' " + "in the subject line. To email the mailing list, you must first " + "subscribe which can be done here:\n" + "http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss" )