diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2b7460c0d..67c052b1a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,20 +2,33 @@ Add a high-level, single-sentence summary of what this PR changes. +Fixes # + ## Details Add technical details of what you've changed (and why). -## Issues +## AI Usage + +Please disclose how you've used AI in this work (it's cool, we just want to know!): + +- [ ] Code generation (copilot but not intellisense) +- [ ] Learning or fact checking +- [ ] Strategy / design +- [ ] Optimisation / refactoring +- [ ] Translation / spellchecking / doc gen +- [ ] Other +- [ ] I have not used AI -Reference any related issues here. +You can read more details in our [Responsible AI Policy](https://www.openfn.org/ai#pull-request-templates) ## Review Checklist Before merging, the reviewer should check the following items: - [ ] Does the PR do what it claims to do? -- [ ] If this is a new adaptor, Added the adaptor on marketing website ? -- [ ] Are there any unit tests? Should there be? +- [ ] If this is a new adaptor, added the adaptor on marketing website ? +- [ ] Are there any unit tests? - [ ] Is there a changeset associated with this PR? Should there be? Note that dev only changes don't need a changeset. +- [ ] Have you ticked a box under AI Usage? \ No newline at end of file