Thank you for your interest in contributing to Specula!
This project uses the Developer Certificate of Origin (DCO). By contributing, you certify that you have the right to submit the work under the project's open source license (Apache 2.0).
All commits must be signed off to indicate agreement with the DCO:
Signed-off-by: Your Name <your.email@example.com>
Add -s (or --signoff) when committing:
git commit -s -m "your commit message"If you forgot to sign off, amend the last commit:
git commit --amend -sBy signing off, you agree to the terms in the DCO file — essentially that the contribution is your own work (or you have the right to submit it) under the project's license.
- Fork the repository
- Create a feature branch
- Make your changes
- Ensure all commits are signed off
- Submit a pull request
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.