Contributing
We welcome contributions to Runeforge!
How to Contribute
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push to the branch.
- Open a Pull Request.
Guidelines
- Follow the existing code style.
- Run
cargo fmtbefore committing. - Ensure all tests pass with
cargo test. - Add tests for new features.