From a7d5b7c9820c5a06adfb81481ad5a8e82690988d Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Mon, 15 Apr 2024 09:26:20 -0500 Subject: [PATCH] Update pull_request_template.md Updating per #694 Signed-off-by: JJ Asghar --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3271edb9d..6b354eefa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -47,8 +47,9 @@ Replace "..." with what you receive with the finetuned model. --> -- [ ] The contribution was tested with `lab generate` -- [ ] No errors or warnings were produced by `lab generate` +- [ ] The contribution was tested with `ilab generate` +- [ ] No errors or warnings were produced by `ilab generate` - [ ] All [commits are signed off](https://github.com/instruct-lab/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.