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.
This commit is contained in:
João Vitória Silva
2025-12-12 14:08:19 +00:00
parent 3e2c315917
commit b0bc916c44
21 changed files with 43 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ Provide screenshots or logs that demonstrate the fix.
## Checklist
- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The code follows the project's coding standards
- [ ] Tests have been added/updated
- [ ] Documentation has been updated (if necessary)

View File

@@ -15,7 +15,7 @@ Explain why these changes are necessary.
## Checklist
- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] Documentation is clear and concise
- [ ] The changes align with the project's documentation standards
- [ ] The PR has been self-reviewed

View File

@@ -23,7 +23,7 @@ Include visual representations of the new feature.
## Checklist
- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The feature aligns with the project's roadmap
- [ ] Unit tests have been added
- [ ] Documentation has been updated

View File

@@ -11,7 +11,7 @@ Provide an overview of the changes made.
## Checklist
- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The changes have been tested
- [ ] The code follows the project's coding standards
- [ ] Documentation has been updated (if necessary)

View File

@@ -15,7 +15,7 @@ Explain how the refactoring improves the codebase (e.g., readability, performanc
## Checklist
- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] No functional changes have been introduced
- [ ] Existing tests pass
- [ ] The code follows the project's coding standards

View File

@@ -48,7 +48,7 @@ Endurain is a self-hosted fitness tracking application with:
### Quick Start
1. Clone repository: `git clone https://github.com/joaovitoriasilva/endurain.git`
1. Clone repository: `git clone https://github.com/endurain-project/endurain.git`
2. Navigate to the project root
3. Choose development approach:
- **Frontend Only** see _Frontend Development_ below