Thank you for contributing! We aim for transparent, traceable collaboration across initiatives, demands, and releases.
Please read and follow: https://github.com/AAS-TwinEngine/.github/blob/main/CODE_OF_CONDUCT.md
Every commit MUST include a sign-off line: Signed-off-by: Full Name email@example.com
Add it automatically: git commit -s -m "Your commit message"
More info: https://developercertificate.org/
- Use feature branches:
feature/<short-topic> - Open PRs against
main - Add AlignsTo in PR description (Demand ID, Initiative, Release)
- Keep PRs small and focused; ensure CI passes
- Update tests and docs for any changes
- Follow repository-specific style and linting rules
Do NOT disclose vulnerabilities publicly. Report via: https://github.com/AAS-TwinEngine/.github/blob/main/SECURITY.md
Use GitHub Discussions for design proposals and link them in PRs for traceability.
Thank you for helping us build a robust, transparent ecosystem!