From 398b544bafd1280ac605db6216b048f613aa8b02 Mon Sep 17 00:00:00 2001 From: Al Snow <43523+jasnow@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:24:39 -0400 Subject: [PATCH] Deleted CONTRIBUTING.md; Now in README.md --- CONTRIBUTING.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1c779cd67c..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,17 +0,0 @@ -# Contributing Guidelines - -* Try to keep all text within 80 columns. -* YAML must be indented by 2 spaces. -* `title:` must be a single sentence/line. -* `description: |` must contain more than one sentence/line. -* `patched_versions`/`unaffected_versions` version ranges must be quoted - (ex: `">= 1.2.3"`). -* Please see the [README](README.md#schema) for more documentation on the - YAML Schema. -* Prior to submitting a pull request, run the tests: -* Advisory filename and the root of the `url:` field must - be equal `(as of 5/10/2026).` -``` -bundle install -bundle exec rspec -```