Skip to content
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

Filename Change: prefer lower-case #85

Open
julie-ng opened this issue Apr 25, 2022 · 0 comments
Open

Filename Change: prefer lower-case #85

julie-ng opened this issue Apr 25, 2022 · 0 comments

Comments

@julie-ng
Copy link
Collaborator

Issue to gather changes for #47

Goal of Changes - Consistency and Less Git Conflicts

Mixed filename cases, i.e. CamelCase can cause problems, esp. broken links. When working in a multi-OS open source project, it's better practice to use lowercase with dashes, i.e. kebab-case.

As people work with IDE plugins, "best practice" changes can be made that result in obscure merge conflicts that we challenging for people new to git to resolve. Goal is to standardize and introduce a CI check.

Changes To Be Made

  • No content changes will be made.
  • Only file renames, e.g. EndToEnd.md --> end-to-end.md
  • And updated links in the files to refer to kebab-case version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant