# Contributing to react-native-qr-kit

Thank you for your interest in contributing! Please follow these guidelines to help us maintain a high-quality project.

## 🚦 Pull Requests
- **Target branch:** All pull requests must be made against the `open-dev` branch.
- **Testing:** Your code must be fully tested. Please ensure all features and bug fixes are covered by tests or manual testing.
- **Description:** Clearly describe your changes and why they are needed.
- **Checklist:**
  - [ ] Code builds and runs without errors
  - [ ] All features tested on Android (and iOS if/when supported)
  - [ ] No breaking changes for existing users
  - [ ] Documentation updated if needed

## 🧪 Testing
- Please test your changes using the Example app in the `Example` folder (see GitHub repo).
- Add screenshots or screen recordings for UI changes if possible.

## 📄 Other Notes
- Follow the [Code of Conduct](./CODE_OF_CONDUCT.md).
- For major changes, open an issue first to discuss what you would like to change.

Thank you for helping make this project better!
