Skip to content
Open
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## What was broken *
_Describe the user-visible symptom and when it started._

## Root cause *
_What was actually wrong in the code?_

## How to verify the fix
_Steps a reviewer can run to confirm the fix._

## Regression check
- [ ] Added a test
- [ ] Tested affected flows manually

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Description *
_What this PR does and why. Reviewers should be able to understand the change without reading the diff._

## Linked issue or discussion
**Issue / Discussion:** _<add here>_ _(Paste `Fixes #123` or a discussion link. Skip for trivial changes.)_

## Type of change *
- [ ] Bug fix (non-breaking)
- [ ] New feature (non-breaking)
- [ ] Breaking change
- [ ] Documentation update
- [ ] Internal refactor

## Quality checks
- [ ] Added or updated tests covering this change
- [ ] Ran the project's verified commands locally
- [ ] Updated documentation where the public API changed

## Breaking changes
_Only fill in if this PR introduces a breaking change. Describe the migration path._

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Source changes reviewed *
_Which PRs or commits prompted this update?_

## Docs updated *
_What changed and where it lives now._

## Source PR or commit
**Link:** _<add here>_ _(Optional — paste the PR or commit URL.)_

## Reviewer checklist
- [ ] Links resolve
- [ ] No stale screenshots
- [ ] Examples still run

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/hotfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Hotfix
> Minimize scope. No opportunistic cleanup. Open follow-up PRs for anything else.

## Linked incident *
**Incident:** _<add here>_ _(Status page, oncall ticket, or war room link.)_

## What's the fix *
_Be specific. One line is fine._

## Post-merge verification *
_How you'll confirm the fix in production._

## Follow-ups to file
- [ ] (add follow-up tasks here)

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/ops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Operational change *
_What's changing in the system._

## Risk and rollback *
_Blast radius and how to revert._

## Verification
_How you confirmed the change works in the target environment._

## Reminder
> Coordinate with on-call before merging during business hours.

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/web_app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Summary *
_What the user will notice in one or two sentences. Link to design or issue._

## Type of change
- [ ] Feature
- [ ] Bug fix
- [ ] Refactor / non-functional
- [ ] Documentation only
- [ ] Breaking change

## Test plan *
_Golden path, key edge cases, and what was verified manually._

## Screenshots / Loom
_Embed images or a short Loom for UI changes. Skip for backend-only work._

## Risk & rollback
_Blast radius, feature flag, and how to revert if needed._

## Follow-ups
- [ ] (add follow-up tasks here)

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## What changed *
_Summarize the change in plain language. Screenshots welcome for UI work._

## Why it matters *
_What problem does this solve, and for whom?_

## Pre-merge checks
- [ ] Tested locally
- [ ] Docs updated where needed
- [ ] No new console warnings

## Follow-ups
- [ ] (add follow-up tasks here)

<sub>* Required sections — Moxie will flag if missing on alignment.</sub>