# Contributing Thanks for your interest in contributing to restic-manager. > This is a placeholder. The project is in pre-alpha (Phase 1 / MVP). A > full contributor guide will land alongside the Phase 5 OSS-readiness > work — see [`tasks.md`](./tasks.md) P5-02. Until then the notes below > apply. ## Before opening a PR 1. Open an issue first for non-trivial changes — the design is still moving (see [`spec.md`](./spec.md)) and unsolicited large PRs may conflict with in-flight work. 2. `make lint test` should pass. 3. Match the existing code style — `gofumpt`, `goimports`, no comments that just restate what the code does. 4. Keep commits focused; one logical change per commit. ## Reporting security issues Please do **not** open a public issue for security problems. A `SECURITY.md` with a private disclosure path will be added in Phase 5 (P5-05). Until then, contact the repository owner directly via the contact details on their gitea profile. ## License By contributing you agree that your contributions are licensed under the [PolyForm Noncommercial 1.0.0](./LICENSE) license.