Skip to content

Commit 75a4c9d

Browse files
committed
add convention to contributing.md
1 parent 576a0a8 commit 75a4c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Comments should be used sparingly.
99
* Empty lines should be used sparingly.
1010
* No code should call `die()` or `exit()`, instead `UnitySite::die()`. This will avoid the premature death of our automated testing processes.
11+
* Instead of `assert`, use `\ensure`. This will enforce conditions even in production.
1112

1213
This repository will automatically check PRs for linting compliance.
1314

0 commit comments

Comments
 (0)