Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 699 Bytes

File metadata and controls

28 lines (18 loc) · 699 Bytes

Contributing to QuantumAuth

Thank you for considering a contribution to QuantumAuth!

📌 Rules

  • All contributions must follow the style and structure of the repository.
  • No code will be accepted that weakens security or introduces third-party analytics.
  • PQ cryptography changes must include documentation and test vectors.
  • New integrations must include threat models.

🧪 Testing

All PRs must pass:

  • Unit tests
  • Integration tests
  • Static analysis (golangci-lint)
  • Security checks

🛡 Security First

QuantumAuth is a security-critical system.
PRs may be rejected if they increase attack surface.

🤝 Attribution

Contributors will be added to CONTRIBUTORS.md.