Skip to content

Commit 208ebe5

Browse files
committed
Add versioning section to contributing
1 parent a8cd910 commit 208ebe5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Contributions are encouraged! Please use the issue page to submit feature requests or bug reports. Issues with attached PRs will be given priority and have a much higher likelihood of acceptance. Please also open an issue and associate it with any submitted PRs. That said, the aim is to keep this library as lightweight as possible. Only features with broad-based use cases will be considered.
3+
Contributions are encouraged! Please use the issue page to submit feature requests or bug reports. Issues with attached PRs will be given priority and have a much higher likelihood of acceptance. Please also open an issue and associate it with any submitted PRs.
44

55
We are actively seeking additional maintainers. If you're interested, please open an issue or [contact me](https://github.com/bckohan).
66

@@ -58,3 +58,7 @@ For instance, to run all tests in BasicTests, and then just the test_call_comman
5858
poetry run pytest tests/test_basics.py::BasicTests
5959
poetry run pytest tests/test_basics.py::BasicTests::test_call_command
6060
```
61+
62+
## Versioning
63+
64+
django-typer strictly adheres to [semantic versioning](https://semver.org).

0 commit comments

Comments
 (0)