Code and contribution
The code is open source and released under the ISC License (ISCL). It is available on Gitlab and follows the guidelines about Semantic Versioning for transparency within the release cycle and backward compatibility whenever possible.
All contributions are welcome, whether bug reports, code contributions and reviews, documentation or feature requests.
Development
If you're a developer, fork the repo and prepare a merge request:
Prepare your environment the first time
python3.10 venv .venv
source .venv/bin/activate
pip install -e .[development]
Documentation
All documentation is written in Markdown and uses MkDocs as a static site generator.
On every new Git tag the docs are automatically built in the CI pipeline and deployed using GitLab Pages under https://texperience.gitlab.io/django-bootstrap-ui.