Skip to content

Commit e9b064f

Browse files
committed
update for versioning
1 parent 3b8375e commit e9b064f

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ git checkout -b feature-name
7373
- Include type hints for function parameters and return values.
7474
- Maximum line length should be 88 characters.
7575
- Use descriptive variable names that explain the purpose.
76+
- Don't change the versioning in __init__; the maintainer would do that periodically
7677

7778
### 5. Writing Tests
7879

@@ -91,19 +92,10 @@ If you add new features, create corresponding test cases under the `tests/` dire
9192

9293
Help improve the documentation by submitting corrections, clarifications, or examples. Update the README or other documentation files as needed.
9394

94-
### 7. Release Process
95-
96-
The project follows semantic versioning (MAJOR.MINOR.PATCH):
97-
- MAJOR version for incompatible API changes
98-
- MINOR version for new functionality in a backward-compatible manner
99-
- PATCH version for backward-compatible bug fixes
100-
101-
When contributing changes that would necessitate a version bump, please indicate the suggested version change in your PR description.
102-
10395
## Code of Conduct
10496

10597
Be respectful and follow the open-source community guidelines. Maintain a collaborative and inclusive environment.
10698

10799
---
108100

109-
Thank you for contributing! 🚀
101+
Thank you for contributing! 🚀

0 commit comments

Comments
 (0)