public/index.html ships a helpful starter definition inside <textarea id="workflowDefinition">, but showCreateWorkflow() sets that textarea's value to '' every time the modal opens. New users see a blank box with no hint of the expected shape.
Suggested fix
Reset to the example template instead of an empty string (or only clear name/description).
## Overview
`public/index.html` ships a helpful starter definition inside `<textarea id="workflowDefinition">`, but `showCreateWorkflow()` sets that textarea's value to `''` every time the modal opens. New users see a blank box with no hint of the expected shape.
## Suggested fix
Reset to the example template instead of an empty string (or only clear name/description).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
public/index.htmlships a helpful starter definition inside<textarea id="workflowDefinition">, butshowCreateWorkflow()sets that textarea's value to''every time the modal opens. New users see a blank box with no hint of the expected shape.Suggested fix
Reset to the example template instead of an empty string (or only clear name/description).