New User Feedback

Before giving a user negative feedback, you must communicate with them privately first to tell them what they're doing wrong and how to improve. A negative feedback should only be given after they've been warned first, unless the user is deliberately breaking the <%= link_to_wiki "site rules", "help:community rules" %>, such as engaging in intentional vandalism or ban evasion.

A neutral feedback can be given for less serious offenses, or as an initial warning before giving a negative.

Please consult <%= link_to_wiki "help:user records" %> for more information on giving user feedbacks.

<%= edit_form_for(@user_feedback) do |f| %> <%= f.input :user_name, :label => "User", :input_html => { value: @user_feedback.user.try(:name), data: { autocomplete: "user" } } %> <%= f.input :category, :collection => ["positive", "neutral", "negative"], :include_blank => false %> <%= f.input :body, as: :dtext %> <%= f.button :submit, "Submit" %> <%= dtext_preview_button "user_feedback_body" %> <% end %>
<%= render "secondary_links" %>