You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,8 +69,10 @@ If you want to contribute to the database, please follow the guidelines outlined
66
69
- Fork the repository and clone it to your local machine.
67
70
- Make the necessary changes to the data:
68
71
- To fix cities records, update the `sql/world.sql` > cities Table.
69
-
- To fix states/regions records, update the `sql/world.sql` > states Table.
72
+
- To fix states/provinces records, update the `sql/world.sql` > states Table.
70
73
- To fix countries records, update the `sql/world.sql` > countries Table.
74
+
- To fix regions records, update the `sql/world.sql` > regions Table.
75
+
- To fix subregions records, update the `sql/world.sql` > subregions Table.
71
76
- Once you've made the changes, create a pull request with a clear description of the modifications you've made.
72
77
73
78
Please make sure to review the guidelines before making any contributions. They will help ensure that your contributions align with the project's standards and make the process smoother for everyone involved.
0 commit comments