Skip to content

Commit deafc47

Browse files
committed
Updated contributing.md
1 parent 3a78dbb commit deafc47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ git checkout -b my-new-feature
1414
```
1515
where "my-new-feature" describes what you're working on.
1616

17-
## 3. Add tests for any bug fixes or new functionality
17+
## 3. Add unit tests
18+
19+
If your contribution modifies existing or adds new code please add corresponding unit tests for this.
1820

1921
## 4. Ensure that the build passes
2022

0 commit comments

Comments
 (0)