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
There are template files used in dev-plugin-create task that need to be filled with initial data. Files are located under dev/tasks/templates:
CHANGES.md
CONTRIBUTING.md
LICENSE.md
README.md
We should use some kind of template strings (for example: {plugin-name}, {repository-url}) inside these files and then update dev-plugin-create task to fill templates after they're copied into destination plugin repository.
The text was updated successfully, but these errors were encountered:
There are template files used in
dev-plugin-create
task that need to be filled with initial data. Files are located underdev/tasks/templates
:We should use some kind of template strings (for example:
{plugin-name}
,{repository-url}
) inside these files and then updatedev-plugin-create
task to fill templates after they're copied into destination plugin repository.The text was updated successfully, but these errors were encountered: