Skip to content

Commit

Permalink
Merge pull request #792 from OpenFn/ai-policy
Browse files Browse the repository at this point in the history
github: update pull request template with AI stuff
  • Loading branch information
josephjclark authored Sep 27, 2024
2 parents 5417df4 + 4c98d87 commit dcba5c3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A one or two-sentence description of what this PR does.

## Related issue

Fixes #

## Implementation Details
Expand All @@ -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

Expand Down

0 comments on commit dcba5c3

Please sign in to comment.