aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-05 10:41:11 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-05 10:41:11 -0500
commit1d4bae6fcdf10a2be15b5981e4dd31c5ff880289 (patch)
tree96ab72f129362708a910f71b0df7b03fd5a800cc
parentAdd dependabot for everything so far (diff)
downloadlocusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar.gz
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar.bz2
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar.lz
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar.xz
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.tar.zst
locusts-1d4bae6fcdf10a2be15b5981e4dd31c5ff880289.zip
Change a SHOULD to a MUST
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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