-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] Capitalize the first letter of Category name. #592
Comments
@shahadrn are you working on this feature? Yeah it is a nice feature btw. On discord when we name a channel they convert spaces into dash and lower the case. Like if I name |
@Junaid300 That sounds good to me, let's do it |
@shahadrn yeah sure, but is this repo still active? I don't think so |
HI, I would like to take this enhancement |
@Ash9311 I tried to push my changes but I faced this error after commit command. Oops! Something went wrong! :( ESLint: 7.32.0 ESLint couldn't determine the plugin "import" uniquely.
Please remove the "plugins" setting from either config or remove either plugin installation. If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. husky > pre-commit hook failed (add --no-verify to bypass) |
@shahadrn , run command |
@Junaid300 |
Has this issue be assigned to someone to fix? |
If the issue is still open, would like to work on it. |
@nabeel77, a PR is already created against this issue and PR isn't approved yet. |
Okay |
Problem
When the user writes the category name. Ex. "scientific books", "Engineering books",
there is no consistency and capital letter at the beginning of the word
Solution
When the user presses the "Enter" key, the first letter of the category's name capitalized to ensure that all category names are the same.
Notes
Hi @taniarascia ,
When I type the Category name, it shows in small letters; in my opinion, the first letter is better to capitalized. When the user presses the "Enter" key, the first letter of the category's name capitalized to ensure that all category names are the same.
Is it possible for me to contribute and implement this feature? Thanks
The text was updated successfully, but these errors were encountered: