-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a responsible AI pull request template
- Loading branch information
1 parent
347cbfb
commit cf9215c
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Short Description | ||
|
||
A one or two-sentence description of what this PR does. | ||
|
||
Fixes # | ||
|
||
## 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) |