Local advisory conventions that @postmodern and I (@jasnow) have used in the past and are not checked by "yamllint" or "rake" run.
5/12/2026
5/13/2025
- Postmodern likes:
- Not use "\n" in
description: field.
- No "POC" in
description: field. They will be flagged during rake run and removed during harvesting.
- ruby YAML does not like embedded ":" characters.
- Check all URLs for dead links. Sometimes find the URL https://web.archive.org .
- Suggest adding project-related evidence as references to prove the patch, such as
- CHANGELOGs, Release Notes, project blog posts.
MORE TO COME
Local advisory conventions that @postmodern and I (@jasnow) have used in the past and are not checked by "yamllint" or "rake" run.
5/12/2026
related:/url:is 4 blanks from left margin.patched_versionsandunaffected_versionsare 2 blanks from left margin.descriptions:andtitle:field at 80. (See CONTRIBUTING.md). @jasnow usually uses 75 because of the 2-char field indent.5/13/2025
description:field.description:field. They will be flagged duringrakerun and removed during harvesting.MORE TO COME