Update default theme name in make script to append the date #90
Labels
enhancement
New feature or request
good first issue
Good for newcomers
php
Requires understanding PHP
Description
To ensure there are different textdomains between the plugin and the theme, we should append the current year to the name of the theme when suggesting a theme name in the make script.
Use Case
When a user uses the make script to bootstap a project, it should suggest a theme name with the current year appended. For example, given a project name of
example-project
, the plugin slug should default toexample-project
and the theme slug should default toexample-project-2024
.The text was updated successfully, but these errors were encountered: