# Contributing to Aether
Thank you for your interest in contributing to Aether! We welcome contributions from the community.
## How to Contribute
1. Fork the repository.
2. Create a feature branch: `git checkout -b feature/your-feature`.
3. Make your changes.
4. Commit your changes with a sign-off: `git commit -s -m "Your commit message"`.
5. Push to your fork: `git push origin feature/your-feature`.
6. Create a Pull Request.
## Developer Certificate of Origin (DCO)
All contributions must be signed off using the Developer Certificate of Origin (DCO). This certifies that you have the right to submit your contribution.
To sign off your commits, use:
```
git commit -s
```
This adds a "Signed-off-by" line to your commit message, indicating your agreement to the DCO terms.
See [DCO.md](DCO.md) for the full text of the Developer Certificate of Origin.
## Code of Conduct
Please be respectful and inclusive in all interactions.
## License
By contributing, you agree that your contributions will be licensed under the same license as the project (GPLv3 with exceptions).