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
48 changes: 45 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
- [ ] I have read and reviewed the documentation changes to the best of my ability.
- [ ] If the change is significant, I have run the documentation site locally and confirmed it renders as expected.
<!-- Keep this PR as draft until it is ready for review. -->

**Summary of changes**
<!-- AI/LLM agents: be concise and specific. Do not check the box below. -->

- [ ] A human has tested these changes.
Comment thread
jamiechicago312 marked this conversation as resolved.
- [ ] For significant changes, I have previewed the docs site locally (`mint dev`) and confirmed rendering

---

## Why

<!-- Describe problem, motivation, etc.-->

## Summary

<!-- 1-3 bullets describing what changed. -->
-

## Issue Number
<!-- Required if there is a relevant issue to this PR. -->

## How to Test

<!--
For code changes: Share steps to test your changes.
For simple documentation fixes (typos, formatting, links): You can skip this or briefly state what you verified.
-->

Comment thread
jamiechicago312 marked this conversation as resolved.
## Video/Screenshots

<!--
For GUI/visual changes: Provide screenshots or video.
For documentation content: Provide a screenshot of the rendered page if the change affects layout/formatting, or state "N/A - text-only change".
-->

## Type
Comment thread
jamiechicago312 marked this conversation as resolved.

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Breaking change
- [ ] Docs / chore

## Notes

<!-- Optional: migrations, config changes, rollout concerns, follow-ups, or anything reviewers should know. -->
Loading