Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: update pull request template with AI stuff #792

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading