From a6c9fafb3e29de003551e45c03632971786fb6fc Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Thu, 31 Oct 2024 07:10:19 +0000 Subject: [PATCH] add a responsible AI pull request template (#594) * add a responsible AI pull request template * edit --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..2a84579916a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## Short Description + +A one or two-sentence description of what this PR does. + +Closes # + +## Details + +Add any more details that may be relevant to the reviewer. How did you approach +these docs? Are there any parts you struggled with, or that need particularly +careful 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 + +You can read more details in our +[Responsible AI Policy](https://www.openfn.org/ai#pull-request-templates)