Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Loading