-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3735 new projects should use better default name (#5364)
### Description Addresses #3735 Updating the default name for all projects to use kebab case instead of camel case. Camel case is not a very common format to use for directory names and kebab case should better align with user expectations for directory names. ### Screenshots **Creating a new project** https://github.com/user-attachments/assets/30d1be78-f8fd-41b4-ac34-3eb2c91c4222 **Project Name Validation Error** https://github.com/user-attachments/assets/d2b7ab02-185b-4dd6-b110-51360877eb8c ### QA Notes - [ ] Verify paths for creating a new project should now use kebab case - [ ] Verify the default r project name is: `my-r-project` - [ ] Verify the default python project name is: `my-python-project` - [ ] Verify the default jupyter notebook name is: `my-jupyter-notebook`
- Loading branch information
1 parent
0108e50
commit 25c097b
Showing
3 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters