| name | create-feature-branch |
| description | Create a git branch feature, find issue number in github. When user type: feature #issue-number,... |
Feature a GitHub issue $ARGUMENTS following our coding standards.
- Read the issue
-
Understand the requirements
-
Generate slug: lowercase, replace space by -, remove special chars.
-
Branch = feature/hung-#{issue_number}-{slug}
-
Checkout to develop and git pull origin develop
-
Run git checkout -b {branch-name}
-
Create specs/issues folder if not existed
-
Create a file #{issue-number}-#{issue-title}.md in specs/issues/. It will be contain Raw content of issue