Contributing
Clone
git clone https://github.com/DLRSP/django-hashtag/
cd django-hashtag
Run the test suite
pytest tests/ -v
Or across the supported matrix with tox:
tox -e py311-django42
Pull requests
- Add tests for new behaviour.
- Add a
news/fragment for any user-facing change (towncrier); for examplenews/+my-change.feature.rst. - Run
pre-commit run --all-filesbefore opening the pull request.