Skip to content
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
28 changes: 14 additions & 14 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
## Description

This PR *[adds/changes/fixes]... (A description of your work goes here.)*
This PR _[adds/changes/fixes]... (A description of your work goes here.)_

Closes #__
Closes #\_\_

## Validation steps

1. *(How can a reviewer validate your work?)*
1. _(How can a reviewer validate your work?)_

## Additional notes for the reviewer

1. *(Is there anything else the reviewer should know or look out for?)*
1. _(Is there anything else the reviewer should know or look out for?)_

## AI Usage

Please disclose how you've used AI in this work (it's cool, we just want to know!):
Please disclose whether you've used AI anywhere in this PR (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 used Claude Code
- [ ] I have used another model
- [ ] I have not used AI

You can read more details in our [Responsible AI Policy](https://www.openfn.org/ai#pull-request-templates)
You can read more details in our
[Responsible AI Policy](https://www.openfn.org/ai#pull-request-templates)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though this link should change ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still an open question really. There's a bug on the site so the # reference doesn't work properly :(

I'm gonna leave the link here for now - it still takes you to roughly the same place. And I'll try and work out a solution on the marketing site separately

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah #pull-request-templates only renders if you go to #full first.


## Pre-submission checklist

- [ ] I have performed a **self-review** of my code.
- [ ] I have implemented and tested all related **authorization policies**. (e.g., `:owner`, `:admin`, `:editor`, `:viewer`)
- [ ] I have performed an AI review of my code (we recommend using `/review`
with Claude Code)
- [ ] I have implemented and tested all related **authorization policies**.
(e.g., `:owner`, `:admin`, `:editor`, `:viewer`)
- [ ] I have updated the **changelog**.
- [ ] I have ticked a box in "AI usage" in this PR