mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
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.
646 B
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