-
Notifications
You must be signed in to change notification settings - Fork 30
chore: lowercase GitHub organisation name #507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR standardizes the GitHub organization name by changing it from "TibiaData" to "tibiadata" (lowercase) across the entire codebase. This affects import paths, module declarations, go.mod dependencies, documentation links, and changelog references.
- Updates all Go import paths to use lowercase organization name
- Changes module declarations in go.mod files to use lowercase naming
- Updates documentation links in README.md and source code comments
- Standardizes organization name references throughout the CHANGELOG.md
Reviewed Changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/webserver_test.go | Updates import path for validation package to use lowercase organization name |
| src/webserver.go | Updates import path for validation package to use lowercase organization name |
| src/validation/validation.go | Updates import path for tibiamapping package to use lowercase organization name |
| src/validation/go.mod | Updates module name and dependency references to use lowercase organization name |
| src/tibiamapping/go.mod | Updates module name to use lowercase organization name |
| src/static/go.mod | Updates module name to use lowercase organization name |
| src/main.go | Updates import path and license URL comment to use lowercase organization name |
| src/debug.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaWorldsWorld_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaWorldsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaSpellsSpell_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaSpellsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaNewslist_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaNews_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaKillstatistics_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesHouse_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesHouse.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaHighscores_test.go | Updates import paths for static and validation packages to use lowercase organization name |
| src/TibiaHighscores.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaGuildsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaGuildsGuild_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaGuildsGuild.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaFansites_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesCreature_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesCreature.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaCharactersCharacter_test.go | Updates import paths for static and validation packages to use lowercase organization name |
| src/TibiaCharactersCharacter.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaBoostableBossesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaBoostableBossesOverview.go | Updates import path for validation package to use lowercase organization name |
| go.mod | Updates module name and all dependency references to use lowercase organization name |
| README.md | Updates all GitHub repository URLs to use lowercase organization name |
| CHANGELOG.md | Updates all pull request URLs to use lowercase organization name |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|



No description provided.