iachat/.github/copilot-instructions.md
Gabriel Jablonski 4ca0ef22c0
feat: edit contact modal confirm discard (#199)
* feat(contact): add confirmation dialog for discarding unsaved changes in edit contact modal

* chore: add GitHub Copilot instructions for project guidelines

* feat(contact): update confirmation dialog logic for discarding unsaved changes in edit contact modal
2026-01-27 20:03:42 -03:00

587 B

GitHub Copilot Instructions

  • Always include pt-BR translations for any new text added to the project.
  • fazer.ai is always styled as-is, with a dot and lowercase letters. Never use Fazer.ai
  • Always check if adding specs is necessary when modifying code.
  • Evaluate if specs added are actually needed and not redundant. Specs should not be for documentation purposes only, they should cover expected behavior.
  • Always evaluate if frontend changes are needed when modifying backend code, and vice versa.
  • NEVER use -- in pnpm test -- <file>. Just do pnpm test <file> directly