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 %}