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)