From 1ed660fccb27403806b49668efda9f74d9672c56 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 21 Nov 2023 17:08:25 -0500 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Benjamin Bolton <7146063+benpbolton@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b77e2b9..2f1dade 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ modified version of the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). One exception to this are unit tests which follow Alley Coding Standards but are -stored in PSR-4-compliant file paths. For example, a class file created with a +stored in [PSR-4-compliant file paths](https://www.php-fig.org/psr/psr-4/). For example, a class file created with a file path of `src/feature/class-example.php` would have a unit test located at `tests/Feature/ExampleTest.php`. Alley Coding Standards will be evolving to embrace PSR-4 in the future for more of the codebase, but for now, this exception