From c41e5ef89efc6aa92319dc0e5051a7aa88e1eca0 Mon Sep 17 00:00:00 2001 From: Chris Sullivan <96065628+ChrisSCISA@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:44:05 -0500 Subject: [PATCH] Update PULL-EXAMPLE.md Co-authored-by: Shane Frasier --- PULL-EXAMPLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL-EXAMPLE.md b/PULL-EXAMPLE.md index e7695c1..71bc0bb 100644 --- a/PULL-EXAMPLE.md +++ b/PULL-EXAMPLE.md @@ -44,7 +44,7 @@ Blank template: - If you are adding it to the beginning of the file, ensure you are pasting it after `software:` and before the next entry starting with `- vendor:`. - If you are adding it to the end of the file, ensure the entry ends before the file is closed out with `...`. -**Step 4:** When you add content to the file, remove the '' or [] for fields which are replaced with values (strings '' or lists [] should be replaced as shown in the example below, with list values on the following line(s), starting with hyphen(s) “-”). The symbols should only remain used when fields remain empty. For example, fixed_versions: [] in our example below remains as is, given there are no patched versions available for this entry. +**Step 4:** When you add content to the file, remove the `''` or `[]` for fields which are replaced with values (strings `''` or lists `[]` should be replaced as shown in the example below, with list values on the following line(s) starting with hyphen(s) `-`). The symbols should only remain used when fields remain empty. For example, `fixed_versions: []` in our example below remains as is, given there are no patched versions available for this entry. **Note:** not all fields have to be updated.