diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09d93b057..7c0ba3ae9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,19 +16,19 @@ Submitting a PR is easy! This example shows how to submit a PR for updating `req ### 1. Select File to Update Select `requirements.txt` to update by clicking on it in GitHub. -PR_step1 +

PR_step1

### 2. Click 'Edit this file' Button is in top-right corner. -PR_step2 +

PR_step2

### 3. Make Changes Change `matplotlib` version from `3.2.2` to `3.3`. -PR_step3 +

PR_step3

### 4. Preview Changes and Submit PR Click on the **Preview changes** tab to verify your updates. At the bottom of the screen select 'Create a **new branch** for this commit', assign your branch a descriptive name such as `fix/matplotlib_version` and click the green **Propose changes** button. All done, your PR is now submitted to YOLOv5 for review and approval 😃! -PR_step4 +

PR_step4

### PR recommendations