This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 797c796ef3 [CI] Improve first interaction welcome message (#2463)
797c796ef3 is described below
commit 797c796ef307cd63a8b57a3e287b1b2572d8030a
Author: heman <[email protected]>
AuthorDate: Wed Oct 29 11:49:23 2025 +0530
[CI] Improve first interaction welcome message (#2463)
---
.github/workflows/first-interaction.yml | 23 +++++++++++++++++++++--
docs/setup/install-python.md | 2 +-
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/first-interaction.yml
b/.github/workflows/first-interaction.yml
index 581f26c933..8ca58b3a98 100644
--- a/.github/workflows/first-interaction.yml
+++ b/.github/workflows/first-interaction.yml
@@ -39,5 +39,24 @@ jobs:
uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
- issue_message: 'Thank you for your interest in Apache Sedona! We
appreciate you opening your first issue. Contributions like yours help make
Apache Sedona better.'
- pr_message: 'Welcome and thank you for your first pull request! We
appreciate your contribution to Apache Sedona. Your code changes will be
reviewed shortly.'
+ issue_message: |
+ 👋 **Welcome to Apache Sedona!**
+
+ Thank you for contributing your first issue 🙌
+ We appreciate your effort to make Sedona even better.
+
+ 💬 Join our [Sedona Discord Server](https://discord.gg/9A3k5dEBsY)
+ to connect with other developers, ask questions, and share ideas.
+
+ We're glad you're here!
+
+ pr_message: |
+ 👋 **Welcome to Apache Sedona!**
+
+ Thank you for opening your first pull request 🙌
+ We appreciate your effort to make Sedona even better.
+
+ 💬 Join our [Sedona Discord Server](https://discord.gg/9A3k5dEBsY)
+ to connect with other contributors, get feedback, and share ideas.
+
+ Great work — we're glad you're here!
diff --git a/docs/setup/install-python.md b/docs/setup/install-python.md
index d70e4a163c..c754780ac2 100644
--- a/docs/setup/install-python.md
+++ b/docs/setup/install-python.md
@@ -23,7 +23,7 @@ Apache Sedona extends pyspark functions which depends on
libraries:
* shapely
* attrs
-You need to install necessary packages if your system does not have them
installed. See ["packages" in our
Pipfile](https://github.com/apache/sedona/blob/master/python/Pipfile).
+You need to install necessary packages if your system does not have them
installed. Sedona now uses [uv](https://docs.astral.sh/uv/) for Python
dependency management. See the dependency definitions in our
[pyproject.toml](https://github.com/apache/sedona/blob/master/python/pyproject.toml).
### Install sedona