From 4b66c29aaf2d5ba1a59471a6565c360e348139db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferraz=20Campos=20Florentino?= Date: Mon, 2 Sep 2024 11:30:49 -0300 Subject: [PATCH] Update README.md, Knowledge yaml examples section (#1) (#1287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix Knowledge yaml examples indentation - [ ] The contribution was tested with `ilab generate` - [ ] No errors or warnings were produced by `ilab generate` - [X] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [ ] The `qna.yaml` file contains at least 5 `seed_examples` - [ ] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [ ] An `attribution.txt` file in the same folder as the `qna.yaml` file - [ ] Content does not include PII or otherwise sensitive or confidential information - [ ] Content does not include anything documented in the project's [Avoid these Topics](https://github.com/instructlab/taxonomy/blob/main/docs/SKILLS_GUIDE.md#avoid-these-topics) guidelines Signed-off-by: Vinícius Ferraz Campos Florentino --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2184745bc..0adb020a5 100644 --- a/README.md +++ b/README.md @@ -441,10 +441,11 @@ document_outline: | Information about the Phoenix Constellation including the history, characteristics, and features of the stars in the constellation. document: - repo: https://github.com/juliadenham/Summit_knowledge - commit: 0a1f2672b9b90582e6115333e3ed62fd628f1c0f - patterns: - - phoenix_constellation.md + repo: https://github.com/juliadenham/Summit_knowledge + commit: 0a1f2672b9b90582e6115333e3ed62fd628f1c0f + patterns: + - phoenix_constellation.md + ``` *Example `attribution.txt` file*