Skip to content

Commit

Permalink
[#121] Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 24, 2021
1 parent da6e9c1 commit c963663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Media_Contributor_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ You can use the GitHub interface or you can use the link provided after pushing

![Add Gold Drawing - create pull request](./images/media-contributor-guide/new-pull-request.png)

You can also use the `media` label. Remember to link the PR to the issue so that the issue is automatically closed automatically when the PR is merged.
You can also use the `media` label. Remember to link the PR to the issue so that the issue is closed automatically when the PR is merged.

The PR is going to trigger the [workflow to process the Gold Drawings](../.github/workflows/gold-drawings-processing.yml).

What this worflow does is:

- Use `dvc diff` command to detect the new Gold image.
- Validate the filename, folder and size of the image.
- Generate a Base image from the Gold. It's an smaller version of the image.
- Generate a Base image from the Gold. It's a smaller version of the image.

When the workflow finishes you should see two new commits in your pull request branch.

Expand Down

0 comments on commit c963663

Please sign in to comment.