As per https://github.com/dear-github/dear-github quite a number of upstreams would like to be able to display information about PRs and/or issues on the page where these are created.
The idea would be: - Check the repo if there is a CONTRIBUTING.{rst,md,mk...} and display it when viewing the diff when creating a PR - Check the repo if there is a REPORTIN.{rst,md,mk...} and display it when opening a ticket for an issue/RFE
I'm thinking that maybe we could use something similar to what we could do for tickets[1] for this (ie: use the requests git repo with a template folder and a default.rst file in there)
default.rst
[1] https://pagure.io/pagure/issue/585#comment-1561
Fixed in https://pagure.io/pagure/pull-request/717
Commit 87633ff4 fixes this issue