Bug 241974
| Summary: | Calling `git webkit pr` on a branch with staged changes should prompt to create a bug | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jbedard, mattwoodrow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=246381 | ||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
Antoine Quint
The way I typically work is that I create a branch first, write some code, commit some code, and when I'm done typically git reset --soft main to then be able to commit one single clean commit. Once I have everything staged, I would expect `git webkit pr` to:
1. prompt to create a bugzilla bug
2. let me write the commit message with the bug pre-filled
3. file the GitHub PR
Steps 2 and 3 happen, but not step 1.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96306613>