#610 RFE: fedpkg pr to create a pull request
Opened by rathann. Modified

Adding a feature to open Pull Requests in distgit would make the following workflow possible without switching to a browser in step 6:

  1. fedpkg clone rpms/foo
  2. cd foo
  3. fedpkg fork
  4. (make changes locally)
  5. git add && git commit && git push -u <fasname> rawhide
  6. fedpkg pr # opens a PR from /rawhide to origin/rawhide

Metadata