Fix directory and filename typos across the codebase
@MAYANKSHARMA01010 ci sta già lavorando.
Dal 24/8/2026.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
Current Behavior
Over time, a few minor typos have slipped into our directory and file naming conventions in the src/ directory. Examples include CssBaseLine (incorrect MUI spelling), SocialMedial (extra 'l'), and responsive-coulmns.tsx/ (misspelled word plus an incorrect folder extension). While these do not break functionality, they are confusing for developers and violate standard naming conventions.
Expected Behavior
All directories and files should be correctly spelled and follow proper casing conventions (e.g., CssBaseline, SocialMedia, README.md).
Screenshots/Logs
N/A
Environment
N/A (Codebase-level hygiene issue)
📋 Checklist of Required Renames
- Fix MUI spelling:
src/base/CssBaseLine/→src/base/CssBaseline/ - Fix capitalization (I vs l):
src/custom/TypingFilter/TypingFIlterInput.tsx→TypingFilterInput.tsx - Fix capitalization (I vs l):
src/custom/TypingFilter/TypingFIlters.tsx→TypingFilters.tsx - Fix spelling:
src/custom/Prompt/promt-component.tsx→prompt-component.tsx - Fix spelling & remove folder extension:
src/custom/Helpers/ResponsiveColumns/responsive-coulmns.tsx/→responsive-columns/ - Fix spelling:
src/icons/SocialMedial/→src/icons/SocialMedia/ - Standardize casing:
src/custom/readme.md→src/custom/README.md - Standardize casing:
src/schemas/readme.md→src/schemas/README.md
⚠️ Important Notes for Contributors
- Update Imports: Whenever you rename a file or folder, please ensure you update the corresponding imports in their parent
index.ts/index.tsxfiles (and anywhere else they might be imported). - Git Case-Sensitivity: If you are on macOS or Windows, Git might not recognize a simple casing change (e.g.,
readme.mdtoREADME.md). You may need to do a two-step rename:git mv readme.md readme-temp.md git mv readme-temp.md README.md - Use
git mv: Please usegit mvfor the renames so Git tracks the file history correctly instead of showing them as deleted/added.
🧪 How to Test
- Run
npm run build(oryarn build) to ensure there are no broken imports or missing module errors. - Optionally run
npm run test(oryarn test) to ensure nothing is broken.
Contributor Guides and Resources
- 🛠 Meshery Build & Release Strategy
- 📚 Instructions for contributing to documentation
- 🎨 Wireframes and designs for Sistent site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Layer5 Discussion Forum and Layer5 Community Slack
- Lingua principale
- TypeScript
- Stelle
- 137
- Fork
- 239
- Merge medio
- 4g 14h
- PR unite (30g)
- 5
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di layer5io/sistent
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
-
component/ui help wanted kind/enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
-
ESM build is not loadable by Node: extensionless 'lodash/debounce' specifier in dist/index.mjs Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
kind/bug
Tutte le issue di layer5io/sistent
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 74/100
-
security
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
IBM/node-sdk-core#373 ·
-
e2e-failure ready-to-code
Difficoltà 2/5 1-3 ore Idoneità per principianti 86/100
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 74/100
-
chore
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100