Skip to content

Commit 3faf3bf

Browse files
cicdwradhigulatizzstoatzz
authored
Update welcome message to suggest intro post (#1212)
* Update welcome message to suggest intro post * Update examples/slackbot/src/slackbot/_internal/templates.py Co-authored-by: nate nowack <thrast36@gmail.com> * Update examples/slackbot/src/slackbot/_internal/templates.py Co-authored-by: nate nowack <thrast36@gmail.com> --------- Co-authored-by: Radhika Gulati <radhigulati@gmail.com> Co-authored-by: nate nowack <thrast36@gmail.com>
1 parent 2b72ae1 commit 3faf3bf

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

examples/slackbot/src/slackbot/_internal/templates.py

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,29 @@
33
I'm Marvin, your AI assistant. I'm here to help you with any questions about Prefect.
44
55
Here are some helpful resources to get you started:
6+
• Website: <https://www.prefect.io/|Prefect> - Learn about Prefect's workflow orchestration platform
67
• Documentation: <https://docs.prefect.io|docs.prefect.io> - Complete guides and API references
78
• GitHub: <https://github.com/PrefectHQ/prefect|github.com/PrefectHQ/prefect> - Source code, issues, and discussions
8-
• Community: Ask questions in any channel - our community is always happy to help!
99
• Devlog: <https://dev-log.prefect.io|dev-log.prefect.io> - Latest updates and insights from the team
1010
11-
Feel free to mention me (@marvin) in any channel if you need assistance. I'll do my best to help!
11+
Feel free to mention me (@Marvin) in any channel if you need assistance. I'll do my best to help!
12+
13+
If you have a moment, please introduce yourself in #introductions! We'd love to know:
14+
• Your background (name, role, industry/company)
15+
• How you discovered Prefect
16+
• What workflows or data challenges you're working on
17+
• Your experience level with workflow orchestration
18+
19+
Here's a template you can use:
20+
```
21+
👋 Hi! I'm [name], [role] at [company/industry].
22+
23+
I found Prefect through [colleague/research/blog/etc] and am working on [ETL/ML workflows/data processing/etc]. Currently dealing with [scheduling/error handling/monitoring challenges].
24+
25+
I'm [new to orchestration/coming from Airflow/etc] and excited to [learn/migrate/optimize]!
26+
```
27+
28+
Welcome to the community! 🚀
1229
"""
1330

1431
CHANNEL_REDIRECT_MESSAGE = (

0 commit comments

Comments
 (0)