# Contributing to leptos-md
Thanks for your interest in contributing! This document outlines how to get started.
## Getting Started
1. Fork the repository
2. Clone your fork locally
3. Create a branch for your changes
## Code Style
Before submitting a PR, please ensure your code:
- Passes `cargo fmt --check`
- Passes `cargo clippy -- -D warnings`
## Pull Requests
1. Keep PRs focused on a single change
2. Write clear commit messages
3. Tests are encouraged for new features and bug fixes
4. Update documentation if needed
## Breaking Changes
For breaking changes, please open an issue first to discuss the proposed change before submitting a PR.
## Questions?
- Open a [GitHub Issue](https://github.com/epenabella/leptos-md/issues)
- Email: rick@webpuppi.com
## License
By contributing, you agree that your contributions will be licensed under the MIT/Apache-2.0 license.