From b1b1adc25ed9a842a77118095f85508e457aa6c4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 28 2015 22:13:35 +0000 Subject: Add a small text to explain a little more what remote pull-requests are meant to be --- diff --git a/pagure/templates/remote_pull_request.html b/pagure/templates/remote_pull_request.html index f943bb9..ca2317a 100644 --- a/pagure/templates/remote_pull_request.html +++ b/pagure/templates/remote_pull_request.html @@ -9,6 +9,19 @@

New remote pull-request

+

+ Remote pull-requests are pull-requests made from a project *not* hosted + on pagure or not hosted on the same pagure instance than the target project, + hosted on pagure. +

+ +

+ If you wish to create a pull-request from a fork to a project on pagure, + visit your fork, go to the branch where you pushed your changes, it will + show the commits that can be merged with a red asterisk and click on the + "Pull-Request" button. +

+ {% if form %}