From 1d4bae6fcdf10a2be15b5981e4dd31c5ff880289 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 5 Sep 2024 10:41:11 -0500 Subject: Change a SHOULD to a MUST Signed-off-by: Matt Strapp --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57a6a77..42fe3cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Please include the following information: If you'd like to add a new language to the repository, please follow these guidelines: - The language **MUST** have some way of publishing and consuming libraries (ie. a package manager). -- Your PR **SHOULD** (but doesn't have to) include a GitHub Actions pipeline to build, run tests, and potentially publish the library to the library location. +- Your PR **MUST** include a GitHub Actions pipeline to build, run tests, and potentially publish the library to the library location. - See any of the existing language workflows for examples. - Your PR **MUST** include a `LANGUAGE`.md file in the `docs` directory with the following information: - A basic way to add the library as a dependency -- cgit v1.2.3