Skip to content

Commit

Permalink
Merge pull request #33 from gatewayapps/enhancement/31-update-readme
Browse files Browse the repository at this point in the history
updated readme to only include necessary github permissions
  • Loading branch information
danielgary authored Apr 11, 2017
2 parents 1952a74 + 81e7468 commit 18114e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ Kamino is a Chrome(and hopefully soon to be Edge) Extension that creates a butto
## How do I use it?
In your Google Chrome browser, simply look for Kamino in the Chrome Extensions store and install. Once the extension is installed, go to `chrome://extensions` and click the `Options` link to enter your Github Personal Access Token(PAT). When creating your PAT, make sure to check the following:
- `repo - all`
- `admin:org - read:org`
- `user - read:user`
- `user - read:email`

If you don't know how to create a PAT or need help, check out Creating a token section [here](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)

Once you have your PAT, enter it on the Options screen for Kamino and click `Save`. After that is done, go to any Github issue page in which you are a member and you should see a button labeled `Clone issue to`.

Clicking this button will display a dropdown list of repos. Selecting a repo will ask for confirmation about cloning the issue. If you then click `Okay`, the issue will be cloned to the new repository and the original issue will be closed. Simple as that!
Clicking this button will display a dropdown list of repos. Selecting a repo will ask for confirmation about cloning the issue. If you then click `Yes`, the issue will be cloned to the new repository and the original issue will be closed. Simple as that!

### How does it work?
Kamino leverages the Github API to gather information about the issue you are on. Kamino uses a Chrome Extension utilizing content scripts to create a button on specific web pages.
Expand Down

0 comments on commit 18114e1

Please sign in to comment.