# Contributing to EasyMutex
Thank you for considering a contribution to **EasyMutex**!
We welcome bug reports, feature requests, documentation updates, and pull requests.
---
## How to Contribute
### 🐛 Report Bugs
Open an issue with:
- A clear description of the bug.
- Steps to reproduce.
- Expected vs. actual behavior.
- System info (Rust version, OS, etc.).
### 💡 Request Features
Open an issue with:
- A use case or motivating example.
- Suggested syntax or interface.
- Any potential edge cases or design questions.
### 🛠️ Submit a Pull Request
1. Fork this repository.
2. Create a feature branch:
```sh
git checkout -b my-feature
```