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
Describe the bug
Currently alphatical sort is doing a case-sensitive sort, which results in all Capitalized names A-Z to come before lower case names a-z in the project's README, and you end up with a non-intuitive ordering like this:
Expected behavior
Case insensitive sort would yield a more intuitive ordering.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently alphatical sort is doing a case-sensitive sort, which results in all Capitalized names A-Z to come before lower case names a-z in the project's README, and you end up with a non-intuitive ordering like this:
Expected behavior
Case insensitive sort would yield a more intuitive ordering.
The text was updated successfully, but these errors were encountered: