Skip to content

Commit 4c31ae3

Browse files
committed
contributing file update
1 parent 698afee commit 4c31ae3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,20 @@ cargo fmt
3535
- Add documentation comments (///) for public items
3636
- Add tests for new functionality when possible
3737

38+
## Versioning
39+
40+
This project follows Semantic Versioning.
41+
42+
General guidelines:
43+
- CI / workflow changes → no version bump
44+
- Documentation or README fixes → no version bump
45+
- Internal refactors with no API change → no version bump
46+
- Bug fixes affecting users → PATCH bump (maintainer will handle)
47+
- New backward-compatible features → MINOR bump
48+
- Breaking changes → MAJOR bump
49+
50+
Releases are handled by the maintainer.
51+
52+
3853
## Question or ideas?
3954
Feel free to open an issue to discuss changes before starting work.

0 commit comments

Comments
 (0)