mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
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:
2
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
@@ -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)
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE/refactor.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/refactor.md
vendored
@@ -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
|
||||
|
||||
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user