Skip to content

Commit 53e4480

Browse files
committed
add note to contributing.md
1 parent dea93a2 commit 53e4480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* The maximum line length for any PHP file is 100 characters, instead of PSR-12's 120 characters.
88
* Comments should be used sparingly.
99
* Empty lines should be used sparingly.
10-
* No code should call `die()` or `exit()`, instead `UnitySite::die()`.
10+
* No code should call `die()` or `exit()`, instead `UnitySite::die()`. This will avoid the premature death of our automated testing processes.
1111

1212
This repository will automatically check PRs for linting compliance.
1313

0 commit comments

Comments
 (0)