tea pr create: title & description from diff commit(s) #162
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#162
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if there are no argument on issue/pull creation, interact with the user (ask them each info)
If there's only one commit, it would also be nice to use the title and description of the commit for the PR title and description.
I find this incredibly useful for the efficient submission of small fixes, and I think it encourages developers to create more atomic PRs with good Git commit messages, too.
The way
hub
does this for GitHub PRs is that the interface looks almost the same as for a Git commit in the first place. So you can also easily copy and paste from the Git history of your branch (which is shown as comment on the bottom) to the PR title and description area.interactive issue/pull creationto tea pr create: title & description from diff commit(s)blocked by https://github.com/go-gitea/gitea/issues/10871