Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1023 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 1023 Bytes

Contributing

Guidelines on how to make successful contributions to the Ziggurat repositories

Feedback and contributions from the open source community are welcome. If you have any queries, you can open an issue in the relevant repository and our team will take it from there.

Commit messages

Conventional Commits

Our commit messages across all repositories use the conventional commits specification.

Pull Request Reviews

Pull requests should be succinct and as granular as possible

When making a pull request, please be sure to use the "stop light" convention for review difficulty

  • 🟢 - I need any Rust/Ziggurat dev to approve
  • 🟠 - I need at least two Rust/Ziggurat dev to approve
  • 🔴 - I need an experienced Rust/Ziggurat dev to approve (currently @ljedrz/@niklaslong)