From 5ab91fdd3ffea517a1965712ef173a43c11f9950 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 6 Dec 2024 00:27:38 -0800 Subject: [PATCH] Add reference to first-contributions repository Add welcome bot to Docs Admins --- docs/contributing/documentation/admins.md | 7 +++++++ docs/contributing/first-time.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/docs/contributing/documentation/admins.md b/docs/contributing/documentation/admins.md index 6b8c1a278..ecac410b5 100644 --- a/docs/contributing/documentation/admins.md +++ b/docs/contributing/documentation/admins.md @@ -272,3 +272,10 @@ Only members of the Plone Documentation Team should update git submodules from t # finally push your changes git push ``` + + +## Welcome bot + +[Welcome](https://github.com/apps/welcome) bot automatically makes comments in issues and pull requests when a person creates their first issue, pull request, or merged pull request. +It is configured as a GitHub app. +Its configuration file is located at {file}`.github/config.yml`. diff --git a/docs/contributing/first-time.md b/docs/contributing/first-time.md index b25f9721e..19981ec48 100644 --- a/docs/contributing/first-time.md +++ b/docs/contributing/first-time.md @@ -27,6 +27,8 @@ The Plone organization may delete comments, lock conversations, or block GitHub If you are a student or learner of Plone, you probably are not a contributor. See the next section, {ref}`expectations-of-first-time-contributors`, to determine whether you are in fact a contributor. +To learn how to use git and GitHub and make your first contribution to open source software, visit the amazing resource [`first-contributions`](https://github.com/firstcontributions/first-contributions). + For free support, training, guidance, or mentoring, you should work through some trainings, use the [Plone Community Forum](https://community.plone.org/), participate in an [event](https://plone.org/news-and-events/events), and **not use GitHub**.