Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 933 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 933 Bytes

Jirafe

Chrome extension to create a jira branch of a feature

Image

Installation

  1. Navigate to chrome://extensions in your browser.
  2. Toogle Developer Mode on
  3. Click Load Unpacked Extension and select the directory of your Jirafe Repo.

Usage example

  1. Go to Jira
  2. Choose any task, and inside modal you will see Copy Feature Name Button
  3. You will see branch name in prompt box
  4. Copy the branch name and paste in terminal

Contributing

  1. Fork it (https://github.com/gauravumrani/jirafe/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

New features to add

  1. User should be able to add/edit base branch in extension popup, rightnow its hardcoded as develop