diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 53a3c884e9..266740b164 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,18 @@ Thank you for contributing to the Cohere Toolkit! - [ ] **PR title**: "area: description" + - Where "area" is whichever of interface, frontend, model, tools, backend, etc. is being modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI changes. - Example: "deployment: add Azure model option" +- [ ] **PR message**: **_Delete this entire checklist_** and replace with -- [ ] **PR message**: ***Delete this entire checklist*** and replace with - - **Description:** a description of the change - - **Issue:** the issue # it fixes, if applicable - - **Dependencies:** any dependencies required for this change - + - **Description:** a description of the change + - **Issue:** the issue # it fixes, if applicable + - **Dependencies:** any dependencies required for this change - [ ] **Add tests and docs**: Please include testing and documentation for your changes -- [ ] **Lint and test**: Run `make lint` and `make run-tests` +- [ ] **Lint and test**: Run `make lint` and `make run-unit-tests` **AI Description**