Currently, when you create a git repo, a bare repo is created, so that the user can add new files on their system, or push an existing repo.
It would be nice here if there was an option (perhaps a checkbox) to automatically create a readme from the Project name / description fields, and add that to the repo, so the user can just git clone it, and work as they would normally work with the repo in the future,
Implemented in https://pagure.io/pagure/pull-request/1000