diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-09-05 10:41:11 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-09-05 10:41:11 -0500 |
commit | 1d4bae6fcdf10a2be15b5981e4dd31c5ff880289 (patch) | |
tree | 96ab72f129362708a910f71b0df7b03fd5a800cc | |
parent | Add dependabot for everything so far (diff) | |
download | locusts-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>
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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 |