From d3d30767d3a2c52a1dd84ed33565fbef3cea6726 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 14 Aug 2024 00:13:43 +0200 Subject: [PATCH] Polish CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb02793..185a0ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,9 @@ If a multiline string is needed, use the `-` YAML literal variant, i.e., `|-`, f ``` some-field: |- - Lorem ipsum... + Some + multiline + value ``` ### Links @@ -146,7 +148,7 @@ Before submitting any pull request, make sure the linter completes successfully: make lint ``` -Then use `make clean` to clean everything up. +Use `make clean` to clean everything up. [YAML]: https://yaml.org/ [`_data/functions.yml`]: https://github.com/GTFOBins/GTFOBins.github.io/blob/master/_data/functions.yml