Skip to content

Commit

Permalink
Add screenshots to README. Rename icons dir to images (semantics). Up…
Browse files Browse the repository at this point in the history
…date packing command to exclude screenshots

Signed-off-by: Scott Rigby <[email protected]>
  • Loading branch information
scottrigby committed Sep 16, 2018
1 parent 4478a9b commit 648ad32
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ For command line git, see [this gist](https://gist.github.com/scottrigby/0c043c0

## Configure

Add your full DCO signoff line in the extension options.
Add your full DCO signoff line in the extension options:

![options screenshot](images/screenshot-options.png)

Your signoff should now prepopulate in the GitHub UI commit optional extended description textarea:

![web screenshot](images/screenshot-web.png)

## What is DCO?

See `git help commit`:

Expand All @@ -16,8 +24,8 @@ See `git help commit`:
the rights to submit this work under the same license and agrees to a Developer Certificate of Origin (see http://developercertificate.org/ for more information).
```

## Contribute
## Chrome extension packaging

```sh
zip -r dco-gh-ui.zip dco-gh-ui -x \*.git\* \*icons/icon.\* \*README\*
zip -r dco-gh-ui.zip dco-gh-ui -x \*.git\* \*images/icon.\* \*images/screenshot\* \*README\*
```
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added images/screenshot-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"storage"
],
"icons": {
"16": "icons/dco-gh-ui-16.png",
"32": "icons/dco-gh-ui-32.png",
"48": "icons/dco-gh-ui-48.png",
"128": "icons/dco-gh-ui-128.png"
"16": "images/dco-gh-ui-16.png",
"32": "images/dco-gh-ui-32.png",
"48": "images/dco-gh-ui-48.png",
"128": "images/dco-gh-ui-128.png"
},
"content_scripts": [
{
Expand Down

0 comments on commit 648ad32

Please sign in to comment.