Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.26 KB

File metadata and controls

28 lines (21 loc) · 1.26 KB

Contributing

These checklists are only useful if they stay accurate and battle-tested. Contributions that add real, verifiable items are very welcome.

Principles

  • Map to reality. Every item should map to a real failure pattern, audit finding, or operational lesson — not a hypothetical. If you can cite the pattern, do.
  • Be specific. "Validate input" is weak; "validate that an address argument is the expected kind (account vs. contract) before calling it" is actionable.
  • Tag severity and scope. Use (critical)/(high)/(medium)/(low) in security items and [testnet]/[mainnet] where network scope matters.
  • Accurate to Quantova. Reflect how the chain actually works: Q-format addresses, post-quantum signing, the q_ RPC namespace, deterministic finality, no token burn.

How to contribute

  1. Open an issue using the checklist-improvement template, or a PR directly.
  2. Keep task-list (- [ ]) formatting so items stay clickable.
  3. Make sure internal links resolve — the CI "Checklist integrity" job checks this.
  4. One focused change per PR is easier to review than a sweeping rewrite.

Style

  • One H1 per file (the checklist title).
  • Group items under H2 sections.
  • Use fenced code blocks with a language hint for any snippets.