-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
- Gitea version (or commit ref): 1.14.0+dev-646-g6064bfa3c
- Can you reproduce the bug at https://try.gitea.io:
Description
Currently when a PR has a due date and gets merged or closed, it will, after the due date has expired, get displayed as overdue, even if it was merged on time. This always gets confusing when looking at closed PRs.
The question is: Is it really needed to display the due date when a PR has been closed (independent from if it was closed or merged)?
I'd argue that leaving it out for any closed/ merged PR would suffice to solve the problem, as there is no real value in leaving it in.
Another possible approach would be to display the due date in a PR merged on time normally, and otherwise overdue. This approach however is most likely more complex to implement.
I'm fine with both.
...