From 6a01831f0c4c1d71111e1bacd6a19b764a76f7cf Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+ameligrana@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:31:17 +0200 Subject: [PATCH] Enhance README with support and contribution details --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4af28c4..ddf8583 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,13 @@ julia> using Pkg julia> Pkg.develop("StreamSampling") ``` +## Seek Support + +If you have general questions, need help using the package, or want to brainstorm new ideas, please use the [Discussions](https://github.com/JuliaDynamics/StreamSampling.jl/discussions) section. + ## Contributing -Contributions are welcome! If you encounter any issues, have suggestions for improvements, or would like to add new -features, feel free to open an issue or submit a pull request. +Contributions are welcome! + +- If you encounter a bug or have a concrete feature proposal, feel free to open an issue. +- If you'd like to contribute to the codebase, we'd love to see your pull requests!