A set of guidelines for contributors and maintainers of the rust-nostr
ecosystem.
This repository collects policies and conventions such as code style, contribution workflow,
and security reporting so that all rust-nostr
projects can stay consistent and easy to contribute to.
This is the single source of truth for project-wide guidelines used across the rust-nostr
organization.
It is meant to be referenced by all subprojects to minimize duplicated policy and keep expectations clear.
- New contributors looking to get started the "right way"
- Maintainers wanting to align repositories with shared conventions
- Reviewers who need a common baseline for style and processes
- CODE_STYLE.md — Entry point for language-specific code style documents
- rust/CODE_STYLE.md — Rust coding style used across repositories
- CONTRIBUTING.md — Contribution workflow and review terminology
- SECURITY.md — How to report security vulnerabilities