Opened 4 years ago
Closed 4 years ago
#6030 closed defect (bug) (duplicate)
Track pull requests on my-patches page
| Reported by: | Mte90 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
As today, the https://core.trac.wordpress.org/my-patches shows the tickets where you have contributed with a patch, but this doesn't consider the GH pull requests you did that after all patches and contributions to a ticket.
So you cannot track those inside trac, but you need github with a URL like https://github.com/WordPress/wordpress-develop/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+author%3AMte90 (change the author name).
The only solution is to export a diff and upload it in the ticket, but it isn't a scalable solution.
I think that is can be related to https://meta.trac.wordpress.org/ticket/4447 and https://meta.trac.wordpress.org/ticket/5592
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Unfortunately this isn't exactly easy to do, due to PRs not being stored within Trac (although it looks like it is, it's not)
There's some more detail in #5596