b4nst / turbogit

Opinionated cli enforcing clean git workflow without comprising UX
https://b4nst.github.io/turbogit
MIT License
52 stars 3 forks source link

[FEAT] Support issues/tickets linked to the feature branch #50

Closed nikolay closed 3 years ago

nikolay commented 3 years ago

Is your feature request related to a problem? Please describe. We use Jira and suffix commits with the ticket number, i.e. feat: commit (DEV-0123), and also prefix the branch name with the ticket ID, i.e. feat/dev-0123-commit.

Describe the solution you'd like We would like to see GitHub issues, Jira tickets, and others natively supported.

b4nst commented 3 years ago

Definitely useful (for us too). FYI I'm gonna first finish the refactor to git2go (for performance reasons) adding more unit tests in the same time. Then back to features, and this one is quite top priority for me. I want to be able to also integrate it to branch creation and probably further down (PR/MR, etc...). First integrations planned: Jira, GitHub and GitLab