From 72b16cd8b3545fbd7e4ec9aff4054c23f1a2d5a7 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 21 2018 05:18:16 +0000 Subject: make the PR description field optional This makes the PR description / initial comment field for on the new PR page/form optional rather than required. Fixes #3530 --- diff --git a/pagure/templates/repo_new_pull_request.html b/pagure/templates/repo_new_pull_request.html index 9670e56..8db70ba 100644 --- a/pagure/templates/repo_new_pull_request.html +++ b/pagure/templates/repo_new_pull_request.html @@ -188,7 +188,7 @@
+ placeholder="Describe your changes" tabindex=1> {% if form.initial_comment.errors %}