This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.8.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 987ab744929b786b41088befd99f79edb93f87d1 Author: heman <[email protected]> AuthorDate: Tue Oct 28 10:45:58 2025 +0530 [DOCS] link development guides in CONTRIBUTING.md (#2448) (#2451) --- CONTRIBUTING.md | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d47e2bd277..d9b2caf5cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,30 +15,19 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> -# How to contribute to Apache Sedona +# Contributing to Apache Sedona -Welcome! We'd love to have you contribute to Apache Sedona! +Welcome! We'd love to have you contribute to Apache Sedona! -## Did you find a bug? +To set up your development environment, please refer to: -Create an issue with a reproducible example. Please specify the Sedona version, Java version, code snippet, and error message. +- [Developing Sedona (Java Guide)](./docs/community/develop.md) +- [Building Sedona from Source (Python Guide)](./docs/setup/compile.md) -## Did you create a PR to fix a bug? +For contribution rules and PR instructions, see the [Contributor Guide](https://sedona.apache.org/latest/community/rule/). -See [here](https://sedona.apache.org/latest/community/rule/#make-a-pull-request) for instructions on how to open PRs. +If you have questions or want to chat with the community, join our [Discord](https://discord.gg/9A3k5dEBsY). -We appreciate bug fixes - thank you in advance! - -## Would you like to add a new feature or change existing code? - -If you would like to add a feature or change existing behavior, please make sure to create an issue/JIRA ticket and get the planned work approved by the core team first! - -It's always better to get aligned with the core devs before writing any code. - -## Do you have questions about the source code? - -Feel free to create an issue or join the [Discord](https://discord.gg/9A3k5dEBsY) with questions! - -Thanks for reading and looking forward to collaborating with you! +Thank you for contributing to Apache Sedona!
