From a1aaf147b85add393069cae7b6de0a3e3cedacde Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Mar 08 2016 10:36:23 +0000 Subject: add the initial comment to the top of the PR --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index afb6e65..80fc0dc 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -93,7 +93,15 @@ {{ pull_request.branch }} - +{%if pull_request.initial_comment %} +
+
+ {%- autoescape false -%} +{{ pull_request.initial_comment | markdown }} + {%- endautoescape -%} +
+
+{%endif%} {% elif form and (repo_admin or remote_git) %}

Create pull request

{% else %}