<%= f.label :description, "Optional Description" %>
<%= f.text_area :description, rows: 10, class: 'form-control', placeholder: "Optionally describe what this Scenario will do. If this will be public, you should also include some contact information." %>
<%= f.label :public do %>
<%= f.check_box :public %> Share this Scenario publicly
<% end %>