Files
João Vitória Silva b0bc916c44 Update project links to new GitHub organization
Replaced all references to 'joaovitoriasilva/endurain' with 'endurain-project/endurain' across documentation, templates, Docker examples, and code. Updated badge URLs, Docker image paths, and author email in backend metadata to reflect the new organization. This ensures consistency and correct attribution following the repository migration.
2025-12-12 14:08:19 +00:00

646 B

name, about, title, labels
name about title labels
🧹 Code Refactor Refactors code without changing functionality [Refactor]: refactor, code-cleanup

Description

Detail the parts of the codebase that were refactored and the reasons for the changes.

Benefits

Explain how the refactoring improves the codebase (e.g., readability, performance).

Checklist

  • Followed the repo contributions guidelines
  • No functional changes have been introduced
  • Existing tests pass
  • The code follows the project's coding standards
  • The PR has been self-reviewed