Skip to content
Open
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
21 changes: 17 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,24 @@ the children if this is the parent. Do not use "closes" keywords on child PRs, o
the parent.

### Testing
- [ ] Passes existing unit tests
- [ ] Unit tests modified
- [ ] Integration test performed
- [ ] Passes existing automated tests
- [ ] Automated tests modified
- [ ] Manual test performed

If a non-automated test was executed that provides an artifact, please attach below (e.g. flash extract data).
Include any relevant test artifacts here.

### AI Disclosure (Required)
- [ ] Was an AI agent used to synthesize a significant portion of the submitted code?
- [ ] Do you understand that you are responsible for your contributions, regardless of whether they are generated or hand-written?

Scope of AI assistance:<br>
<ex: Used to generate an inverse function for magnetometer calibration>

Please consider disclosing the specific tools you used (this part is optional):
- Model: <Model (i.e. ChatGPT 5.6 Sol)>
- Thinking Level (if applicable):
- Context Size (if applicable):
- Harness: <Harness (i.e. GitHub Copilot)>

### Other
Leave any additional notes here
Expand Down
Loading