Skip to content

Commit d5c60f5

Browse files
authored
chore: Add welcome new contributors CI (#82)
* chore: Add welcome new contributors CI Signed-off-by: kramaranya <kramaranya15@gmail.com> * Add community links to welcome CI Signed-off-by: kramaranya <kramaranya15@gmail.com> * Add slack channels to CI Signed-off-by: kramaranya <kramaranya15@gmail.com> --------- Signed-off-by: kramaranya <kramaranya15@gmail.com>
1 parent a16fe4d commit d5c60f5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Welcome new contributors
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
jobs:
9+
welcome:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
pull-requests: write
13+
steps:
14+
- uses: actions/first-interaction@v3
15+
with:
16+
repo-token: ${{ secrets.GITHUB_TOKEN }}
17+
pr-message: |
18+
🎉 **Welcome to the Kubeflow SDK!** 🎉
19+
20+
Thanks for opening your first PR! We're happy to have you as part of our community 🚀
21+
22+
**Here's what happens next:**
23+
24+
- If you haven't already, please check out our [Contributing Guide](https://github.com/kubeflow/sdk/blob/main/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards
25+
- Our team will review your PR soon! cc @kubeflow/kubeflow-sdk-team
26+
27+
**Join the community:**
28+
- **Slack**: Join our [#kubeflow-ml-experience](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels) and [#kubeflow-trainer](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels) Slack channels
29+
- **Meetings**: Attend the [Kubeflow SDK and ML Experience](https://bit.ly/kf-ml-experience) bi-weekly meetings
30+
31+
Feel free to ask questions in the comments if you need any help or clarification!
32+
Thanks again for contributing to Kubeflow! 🙏

0 commit comments

Comments
 (0)