mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-07-01 03:14:31 +00:00
- Trim README to ≤80 lines with wiki link for full docs - Add CHANGELOG.md with initial entry - Fix CI: replace pinned pnpm/action-setup with corepack enable - Add "type": "module" and flat exports map (ADR-015) - Add ./package.json exports entry - Add coverage script - Rename wasm/spa-module.js → wasm/spa-module.cjs to fix CJS/ESM conflict - Update src/index.ts and tsup.config.ts to reference spa-module.cjs - Add .github/wiki pages: _Sidebar, _Footer, SECURITY, CODE_OF_CONDUCT
34 lines
981 B
Markdown
34 lines
981 B
Markdown
# Code of Conduct
|
|
|
|
## Summary
|
|
|
|
Be direct, be respectful, and focus on the work.
|
|
|
|
## Standards
|
|
|
|
Constructive behavior:
|
|
|
|
- Technical criticism aimed at code and ideas, not people
|
|
- Clear and specific feedback with examples where possible
|
|
- Acknowledging when you are wrong or do not know something
|
|
- Staying on topic in issues and pull requests
|
|
|
|
Unacceptable behavior:
|
|
|
|
- Personal attacks, insults, or harassment
|
|
- Sustained off-topic disruption
|
|
- Publishing private information without consent
|
|
|
|
## Scope
|
|
|
|
This applies to all project spaces: GitHub issues, pull requests, discussions, and any other venue where project work happens.
|
|
|
|
## Enforcement
|
|
|
|
The project maintainer handles violations. Contact: aric.camarata@gmail.com.
|
|
|
|
Reports are reviewed promptly. Responses range from a private note to a permanent ban, depending on severity and history.
|
|
|
|
## Attribution
|
|
|
|
This code of conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.
|