Conversation
…eoples (ET-SW) Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing states and cities for Ethiopia
Add missing Ethiopian states: Sidama (ET-SI) and Southwest Ethiopia Peoples (ET-SW)
Oct 14, 2025
dr5hn
approved these changes
Oct 14, 2025
Merged
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes missing Ethiopian administrative divisions by adding two regional states that were absent from the database, bringing Ethiopia into full compliance with the ISO 3166-2:ET standard.
Issue
The database contained only 11 of the 13 Ethiopian administrative divisions specified in ISO 3166-2:ET. Two recently formed regional states were missing:
Both regions were formed by separating from the Southern Nations, Nationalities and Peoples Region (SNNPR) in 2020 and 2021 respectively.
Changes
1. Sidama Regional State (ET-SI)
2. Southwest Ethiopia Peoples Regional State (ET-SW)
Results
Validation
All validation checks passed:
Complete Ethiopian Administrative Divisions
Files Modified
contributions/states/states.json- Added 2 new state entries (82 lines).github/fixes-docs/FIX_ETHIOPIA_MISSING_STATES.md- Comprehensive documentation.github/fixes-docs/ETHIOPIA_SUMMARY.md- Quick reference summaryTotal: 256 lines added across 3 files
Future Work
After these states are imported to MySQL and assigned IDs, a follow-up PR should:
References
Original prompt
Fixes #1151
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.