Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Link a feature (resp. coldfix, hotfix) branch upon creation with its issues #97

Open
candoumbe opened this issue Aug 30, 2023 · 1 comment
Assignees
Labels
area:repo-github :octocat: Related to the GitHub Repository area:workflow Related to git branching strategy enhancement ✨ New feature or request up for grabs

Comments

@candoumbe
Copy link
Owner

Is your feature request related to a problem? Please describe.
Creating a feature (respectively coldfix) branch is usually done due to one or more issues declare on the Git repository. The idea is to allow to specify those issues upon branch creation.

Currently, this require the user to create the branch and then navigate to Github if he/she wishes to link the branch to its issues.

Describe the solution you'd like
feature, coldfix, hotfix targets could allow the user to specify the issues that the branch upon creation will be linked to.
This feature would work the same way that calling feature (respectively coldfix target) allows to specify the --issues id1 [id2, ...] when finishing to work on a feature / coldfix

@candoumbe candoumbe added enhancement ✨ New feature or request area:workflow Related to git branching strategy area:repo-github :octocat: Related to the GitHub Repository labels Aug 30, 2023
@candoumbe candoumbe self-assigned this Aug 30, 2023
@candoumbe
Copy link
Owner Author

Not doable with the current state of the library : branches are created on the dev desktop and not on the remote repository.
One way to implement this feature could be to consider that the presence of --issues parameter as a hint to create the branch on the remote repository

@candoumbe candoumbe changed the title [FEATURE] ✨ Link a feature (resp. coldfix, hotfix) branch upon creation with its issues ✨ Link a feature (resp. coldfix, hotfix) branch upon creation with its issues Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:repo-github :octocat: Related to the GitHub Repository area:workflow Related to git branching strategy enhancement ✨ New feature or request up for grabs
Projects
None yet
Development

No branches or pull requests

1 participant