mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
small tweaks to opencode do-linear command (#1974)
Based on usage, opens a draft PR first. If multiple tickets, does not include in title.
This commit is contained in:
parent
105a2f8970
commit
96371cdc6a
1 changed files with 3 additions and 2 deletions
|
|
@ -47,8 +47,9 @@ were modified:
|
||||||
2. Commit the changes using conventional commit format (e.g. `feat:`, `fix:`,
|
2. Commit the changes using conventional commit format (e.g. `feat:`, `fix:`,
|
||||||
`chore:`) and reference the ticket ID
|
`chore:`) and reference the ticket ID
|
||||||
3. Push the branch to the remote
|
3. Push the branch to the remote
|
||||||
4. Open a pull request with:
|
4. Open a draft pull request with:
|
||||||
- Title: `[$ARGUMENTS] <description>`
|
- Title: `[$ARGUMENTS] <description>`. If multiple tickets are being
|
||||||
|
addressed, omit the arguments from the title.
|
||||||
- Body: Use `.github/pull_request_template.md` as the template and fill it in
|
- Body: Use `.github/pull_request_template.md` as the template and fill it in
|
||||||
with the relevant summary, testing notes, and Linear ticket link
|
with the relevant summary, testing notes, and Linear ticket link
|
||||||
- Label: Attach the `ai-generated` label
|
- Label: Attach the `ai-generated` label
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue