-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Milestone
Description
On Github, the merge commit generated from merging a pull request through the UI includes both the PR # and the description copy from the PR:
Merge pull request #{ISSUE_NUMBER} from {SOURCE_REPO}/{SOURCE_BRANCH}
{ISSUE_DESCRIPTION}
Gitea however generates a merge commit without any reference to the PR issue number:
Merge branch '{SOURCE_BRANCH}' of {SOURCE_REPO} into {TARGET_BRANCH}
Not that Gitea has to exactly replicate what Github does, but the inability to correlate merges back to their pull request easily creates a big pain point. Further, it is very helpful for the pull request description to make it into the history
febin-nucore and 6543bagasme
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.