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
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
EndToEnd.md
-->end-to-end.md
The text was updated successfully, but these errors were encountered: