From 6187edcb53eb7982a23c5b0d3f1ab35d5d906ba6 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 16 Jun 2021 19:57:11 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#3647) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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