#Contributing to git-valet
Thank you for your interest in contributing to git-valet!
##How to contribute1.Fork the repository
2. Create a feature branch (`git checkout -b feature/my-feature`)
3. Commit your changes (`git commit -m 'Add my feature'`)
4. Push to the branch (`git push origin feature/my-feature`)
5. Open a Pull Request
##Development
```bash
git clone https://github.com/JSpatim/git-valet
cd git-valet
cargo build
cargo test
```
##Reporting bugs
Please open an issue on GitHub with:
-Your OS and Rust version
- Steps to reproduce
- Expected vs actual behavior