Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.08 KB

File metadata and controls

32 lines (22 loc) · 1.08 KB

Contributing to Security Stack Engineering

Contributions are welcome. Please follow these guidelines.

Code Style

  • Go: Use gofmt. Follow standard Go conventions.
  • Python: Use black and PEP 8. Type hints encouraged.
  • No emojis in code, comments, documentation, or commit messages.
  • Explicit over implicit: Avoid magic logic; document stubs and assumptions.

Pull Requests

  1. Fork the repository.
  2. Create a feature branch from main.
  3. Make changes with clear, atomic commits.
  4. Add or update tests as needed.
  5. Ensure all tests pass.
  6. Submit a PR with a concise description of the change.

Scope

  • Bug fixes and clarity improvements
  • Additional layer implementations or extensions
  • Schema refinements aligned with the architecture
  • Documentation improvements

For major architectural changes or new layers, please open an issue first to discuss alignment with the SSE specification.

Attribution

The concept and architecture are authored by Thor Thor (codethor0). Contributors retain copyright over their contributions while agreeing to the project license.