Distinguishing cross-referenced issue comments from issue links #23671
Labels
topic/ui-interaction
Change the process how users use Gitea instead of the visual appearance
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
When cross-referencing an issue in GitHub, the text is displayed as
#<issue number> (comment)
. Random example: #184 (comment)In Gitea instead, only the issue number is displayed, i.e. one does not directly see that the reference is pointing to a specific comment instead of an issue.
Example from linking to an issue comment in gitea.com:
I like the GH style here as it makes it clear that the reference is an issue comment. I could think that this might be pretty simple to change, maybe just append
(comment)
to links which containissuecomment
in them?Screenshots
No response
The text was updated successfully, but these errors were encountered: