From 4c98d87cb577f1e1fa04ecf453cd5407dc702075 Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Fri, 27 Sep 2024 10:12:41 +0100 Subject: [PATCH] github: update pull request template with AI stuff --- .github/pull_request_template.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 236cc1dec..5717b654f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,6 @@ A one or two-sentence description of what this PR does. -## Related issue - Fixes # ## Implementation Details @@ -14,12 +12,19 @@ A more detailed breakdown of the changes, including motivations (if not provided List any considerations/cases/advice for testing/QA here. -## Checklist before requesting a review +## 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 -- [ ] I have performed a self-review of my code -- [ ] I have added unit tests -- [ ] If this is a change to the Worker, does the API_VERSION need bumping? -- [ ] Changesets have been added (if there are production code changes) +You can read more details in our [Responsible AI Policy](https://www.openfn.org/ai#pull-request-templates) ## Release branch checklist