I want to customise the comment form for my child theme. I know that it's called with <?php comment_form(); ?>, but I don't know how to make changes to the form without modifying the WordPress core.
I just want to add a field above the comment textarea.
Maybe someone could tell me how to do it?