Chrome extension to create a jira branch of a feature
- Navigate to
chrome://extensions
in your browser. - Toogle Developer Mode on
- Click Load Unpacked Extension and select the directory of your Jirafe Repo.
- Go to Jira
- Choose any task, and inside modal you will see Copy Feature Name Button
- You will see branch name in prompt box
- Copy the branch name and paste in terminal
- Fork it (https://github.com/gauravumrani/jirafe/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- User should be able to add/edit base branch in extension popup, rightnow its hardcoded as develop