candoumbe / candoumbe/Pipelines
✨ Link a feature (resp. coldfix, hotfix) branch upon creation with its issues
- Dominant language
- C#
- Stars
- 10
- Forks
- 1
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 9
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.