Skip to content

Commit 8663c38

Browse files
Cüneyt Öztürkclaude
andcommitted
Add CONTRIBUTING.md with scoped contribution paths
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3890d6a commit 8663c38

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing
2+
3+
PRML and its reference implementations are open standards work. Issues, PRs, and design pushback are welcome.
4+
5+
## Quick paths
6+
7+
- **Found a bug:** open an issue with a minimal repro.
8+
- **Spec-level question:** ask in [studio-11-co/falsify-hackathon discussions](https://github.com/studio-11-co/falsify-hackathon/discussions). Repo-level questions stay here.
9+
- **Want to add code:** see `good-first-issue` and `help-wanted` labels for scoped work. For larger changes open an issue first so we can align on shape before you write a long PR.
10+
11+
## Pull requests
12+
13+
- Keep PRs small and focused. One change per PR.
14+
- Reference the issue number in the PR body if one exists.
15+
- Tests: add or update where relevant. CI must be green before review.
16+
- Commit messages: imperative mood, one short summary line, optional body. No emoji.
17+
- v0.1 conformance: any change that alters canonical-byte output must preserve byte-equivalence across the 20 conformance vectors. CI catches this.
18+
19+
## Code of conduct
20+
21+
Be direct, be technical, no harassment. Decisions on what gets merged are the maintainer's call.
22+
23+
## License
24+
25+
By contributing you agree that your work is released under the repo's stated license (see `LICENSE`).
26+
27+
## Maintainer
28+
29+
Cüneyt Öztürk — hello@studio-11.co

0 commit comments

Comments
 (0)