Skip to content

Commit 8a1b946

Browse files
committed
Reduce image sizes
Images were way too big on GitHub. Had to use html image tags to reduce view width
1 parent 87e33b8 commit 8a1b946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The below steps can be used to create a new pattern. The use-case here is that y
2323
The simplest way to create a pattern is with your browser (see below).
2424
[Like the command-line better? See here for alternate instructions.](/meta/technical-git-howto.md)
2525

26-
![Creating a new pattern](/assets/img/write-new-pattern.png)
26+
<img alt="Creating a new pattern" src="/assets/img/write-new-pattern.png" width="70%">
2727

2828
1. Login to GitHub & inside the [patterns web repo](https://github.com/paypal/InnerSourcePatterns), click on the 'Create new file' button
2929
2. Name the file like this example: "project-management-time-pressures.md"
@@ -68,7 +68,7 @@ A pattern is said to be "in-review" or being "Reviewed" when we have a Pull Requ
6868
## Editing a pattern that is in-review
6969
Go ahead, edit away - we can always go back - and we encourage action over discussion.
7070

71-
![How to edit an existing pattern](/assets/img/edit-existing-pattern.png)
71+
<img alt="How to edit an existing pattern" src="/assets/img/edit-existing-pattern.png" width="70%">
7272

7373
## Reviewing a pattern
7474
FIXME Explain how to add review comments and accepting a review. Basically, this is all done through Githubs web GUI around Pull Requests.

0 commit comments

Comments
 (0)