# Contributing to thwack
Thank you for your interest in contributing to thwack!
## Contribution with pull request
You can try the latest version of thwack by pulling this source code:
```console
git clone https://github.com/yykamei/thwack
cd thwack
cargo run
```
Note thwack is compiled with a non-optimized level if you run above the code, so its behavior might be sluggish.
If you find something wrong, fork this repository and push changes to your forked repository.
You can open a pull request after your changes are uploaded on GitHub.
See [Working with forks](https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks) for more details.
## Contribution with issue
If you are not familiar with Rust or not confident about changing, why not open an issue?
Some issues might be labeled as _duplicat_ or _wontfix_, and closed soon, unfortunately, but I appreciate your contribution. Don't hesitate to open issues. Questions are welcome.