Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 977 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 977 Bytes

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:

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 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 duplicate or wontfix, and closed soon, unfortunately, but I appreciate your contribution. Don't hesitate to open issues. Questions are welcome.