From 426f5688a47f3130ccdb396c534aca5f035f3e75 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 13 Jul 2026 20:44:57 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c93cefb9..4ce73b56d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,8 @@ Also, please ensure your pull request adheres to the following guidelines: * Your entry is added alphabetically to the category * If your entry has the same name as another, it should be prefixed with the vendor (e.g., `Foo\Bar` becomes `Foo Bar`) * Feel free to suggest new categories or organisational improvements -* Your pull request isn't for self promotion +* If applicable, explain the background of your package and how it differs from existing solutions +* Your pull request isn't for self promotion purposes Please make sure your suggestion meets all the criteria before submitting a pull request, or it may be closed without review.