diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0d436cebcd1e0f76409d40314c23c0822274f3f2..5b1c82d25d575f26d89da53038bf359b56181fdc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,4 +74,4 @@ By default, only one admin is created (and only once), using the email and passw
 
 #### Breaking changes in database
 
-Sometimes, breaking changes are made in the database. In such cases, manual actions are necessary to get the application works again. The easiest way to get the project working again in development is to completely delete the database file (`/backend/languagelab.sqlite`).
+Sometimes, breaking changes are made in the database. In such cases, manual actions are necessary to get the application works again. The easiest way to get the project working again in development is to completely delete the database file (`/backend/languagelab.sqlite`). It may also be necessary to clear the cookies and cache to avoid visual issues.