Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.17 KB

File metadata and controls

50 lines (33 loc) · 1.17 KB

Contributing Guide – AAS.TwinEngine

Thank you for contributing! We aim for transparent, traceable collaboration across initiatives, demands, and releases.


1. Code of Conduct

Please read and follow: https://github.com/AAS-TwinEngine/.github/blob/main/CODE_OF_CONDUCT.md


2. Developer Certificate of Origin (DCO)

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/


3. Branching & Pull Requests

  • 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

4. Testing & Documentation

  • Update tests and docs for any changes
  • Follow repository-specific style and linting rules

5. Security

Do NOT disclose vulnerabilities publicly. Report via: https://github.com/AAS-TwinEngine/.github/blob/main/SECURITY.md


6. Discussions

Use GitHub Discussions for design proposals and link them in PRs for traceability.


Thank you for helping us build a robust, transparent ecosystem!