# Contributor License Agreement
This document establishes the terms under which contributions are accepted for this project.
## Contributing
All contributions to this project must comply with the following requirements:
1. **Ownership**: You represent that you have the right to contribute the code you submit.
2. **License Grant**: You grant the project owners a perpetual, worldwide, royalty-free license to use, reproduce, modify, and distribute your contributions in connection with this project under the applicable open source license (AGPLv3).
3. **No Infringement**: You represent that your contributions do not infringe on any third party's intellectual property rights.
4. **Attribution**: If requested, you agree to have your name associated with your contributions.
## How to Contribute
1. Submit a pull request with your changes
2. Ensure your commit message includes a `Signed-off-by` line certifying the above (use `git commit -s`)
3. Wait for maintainer review and approval
## Questions
Open an issue on the project repository for any questions about contributing.