Skip to content

Commit

Permalink
Improved the language in CONTRIBUTING.md (ultralytics#10906)
Browse files Browse the repository at this point in the history
Signed-off-by: Izam Mohammed <106471909+izam-mohammed@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
izam-mohammed and glenn-jocher authored Feb 6, 2023
1 parent 8b5a7d4 commit 90f2351
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Select `requirements.txt` to update by clicking on it in GitHub.

### 2. Click 'Edit this file'

Button is in top-right corner.
The button is in the top-right corner.

<p align="center"><img width="800" alt="PR_step2" src="https://user-images.githubusercontent.com/26833433/122260844-06f46280-ced4-11eb-9eec-b8a24be519ca.png"></p>

### 3. Make Changes

Change `matplotlib` version from `3.2.2` to `3.3`.
Change the `matplotlib` version from `3.2.2` to `3.3`.

<p align="center"><img width="800" alt="PR_step3" src="https://user-images.githubusercontent.com/26833433/122260853-0a87e980-ced4-11eb-9fd2-3650fb6e0842.png"></p>

Expand Down Expand Up @@ -62,7 +62,7 @@ To allow your work to be integrated as seamlessly as possible, we advise you to:
If you spot a problem with YOLOv5 please submit a Bug Report!

For us to start investigating a possible problem we need to be able to reproduce it ourselves first. We've created a few
short guidelines below to help users provide what we need in order to get started.
short guidelines below to help users provide what we need to get started.

When asking a question, people will be better able to provide help if you provide **code** that they can easily
understand and use to **reproduce** the problem. This is referred to by community members as creating
Expand All @@ -76,14 +76,14 @@ the problem should be:
In addition to the above requirements, for [Ultralytics](https://ultralytics.com/) to provide assistance your code
should be:

- βœ… **Current** – Verify that your code is up-to-date with current
- βœ… **Current** – Verify that your code is up-to-date with the current
GitHub [master](https://github.com/ultralytics/yolov5/tree/master), and if necessary `git pull` or `git clone` a new
copy to ensure your problem has not already been resolved by previous commits.
- βœ… **Unmodified** – Your problem must be reproducible without any modifications to the codebase in this
repository. [Ultralytics](https://ultralytics.com/) does not provide support for custom code ⚠️.

If you believe your problem meets all of the above criteria, please close this issue and raise a new one using the πŸ›
**Bug Report** [template](https://github.com/ultralytics/yolov5/issues/new/choose) and providing
**Bug Report** [template](https://github.com/ultralytics/yolov5/issues/new/choose) and provide
a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) to help us better
understand and diagnose your problem.

Expand Down

0 comments on commit 90f2351

Please sign in to comment.