# Contributing guide Want to contribute to **XD lol**? Awesome! There are many ways you can contribute, see below. ## Opening issues Open an issue to report bugs or to propose new features. ## Proposing pull requests Merge requests are very welcome. Note that if you are going to propose drastic changes, be sure to open an issue for discussion first, to make sure that your merge request will be accepted before you spend effort coding it. ## Scope The libary is inteded to be a unit-testing library for randomness first, second possibly a lightweight CLI for reading in large files for testing. Because it is meant for testing RNGs some assumptions can be made about statistical functions to simplify and optimize their implementation. Slower more general solutions will not be accepted.