fix: better styling for docs
This commit is contained in:
@@ -20,6 +20,7 @@ This document provides context and best practices for GitHub Copilot when workin
|
||||
- you must use ecto to generate migrations and snapshots
|
||||
- on MacOS we use native menus and you have to hook them into the intercept for new menu items
|
||||
- there are two areas of localization, you sometimes need both (menus for example)
|
||||
- localization is done with elixier gettext and you need mix gettext.extract to update translation files
|
||||
- all automatic AI activities must be gated by airplane (offline) mode of the app and either use the local model or inform the user via toast
|
||||
- metadata needs to be flushed to the filesystem and needs to be included in metadata diff tool and in rebuild from filesystem. All three aspects have to be in sync with each other.
|
||||
- if you add new metadata, add them to publishing, metadata-diff and rebuild-from-database
|
||||
|
||||
Reference in New Issue
Block a user