Acronyms need to be added to title case checker
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 15
- Avg merge
- 10d 3h
- Merged PRs (30d)
- 1
Description
Acronyms like "UAB" are preserved correctly because they are listed in .title-case-ignore.
While other keywords or acronyms, for example "OOD". It passes the checker when written as "Ood", even though it should be "OOD".
I am raising this to suggest expanding the ignore list to better handle common acronyms and keywords in our title formatting.
Everyone is welcome to suggest additional acronyms or keywords, and we can add them over time.
@wwarriner, any suggestion on how best to handle this?
OOD
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the .title-case-ignore file and the title case checker mentioned in the issue. Add or verify acronym handling for OOD, then run the checker against both OOD and Ood; done means the correctly capitalized form passes and the incorrectly cased form is rejected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100