Updates Message on PR Close

Points to contributor guide instead of infra manual and mentions
the First Contact SIG.

Change-Id: Id06f5c36ee3688936d73f00520590198461514fc
This commit is contained in:
Kendall Nelson 2020-07-21 06:49:30 -07:00
parent c84b11c185
commit f493ac98b8
1 changed files with 7 additions and 4 deletions

View File

@ -42,10 +42,13 @@ PR_CLOSING_TEXT = (
"that OpenStack development uses Gerrit for change proposal and code " "that OpenStack development uses Gerrit for change proposal and code "
"review.\n\n" "review.\n\n"
"If you have never contributed to OpenStack before, please see:\n" "If you have never contributed to OpenStack before, please see:\n"
"https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html" "https://docs.openstack.org/contributors/code-and-documentation/"
"\n\nFeel free to reach out on the #openstack-upstream-institute channel " "quick-start.html"
"on Freenode IRC in case you need help. You can access it through:\n" "\n\nFeel free to reach out to the First Contact SIG by sending an "
"https://webchat.freenode.net/#openstack-upstream-institute\n" "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"
) )