Skip to content

Commit

Permalink
Merge pull request #762 from OpenFn/pr-template-ai-policy
Browse files Browse the repository at this point in the history
Update pr template
  • Loading branch information
josephjclark authored Sep 27, 2024
2 parents 34492c4 + 6aea249 commit ba05e8e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit ba05e8e

Please sign in to comment.