.. _development-dod:
========================
Definition of Done (DoD)
========================
Run the following checks before starting a pullrequest to avoid of error while github actions.
.. |check| raw:: html
.. |check_| raw:: html
.. |uncheck| raw:: html
.. |uncheck_| raw:: html
|uncheck| run :ref:`makemigrations `
|uncheck| run :ref:`migrate `
|uncheck| run :ref:`makemessages `
|uncheck| check translations in mrmap/locale/de/LC_MESSAGES/django.po (empty strings are not allowed)
|uncheck| run :ref:`compilemessages `
|uncheck| run :ref:`tests `
|uncheck| run production compose file ``docker compose -f docker-compose.yml up --build``