Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 588 Bytes

File metadata and controls

27 lines (20 loc) · 588 Bytes

Contributing to git-valet

Thank you for your interest in contributing to git-valet!

How to contribute

  1. 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

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