Skip to content

Commit

Permalink
Add a contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar committed Apr 26, 2024
1 parent 80203d5 commit 35a7b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ julia> @btime itsample($rng, $iter, $wv, 10^4, algAExpJ);
julia> @btime sample($rng, collect($iter), Weights($wv.($iter)), 10^4; replace=false);
305.226 ms (43 allocations: 370.19 MiB)
```

## Contributing

Contributions are welcome! If you encounter any issues, have suggestions for improvements, or would like to add new
features, you're welcome to open an issue or submit a pull request.

0 comments on commit 35a7b33

Please sign in to comment.