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
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Security team must approve all changes to main
* @jup-ag/security-team
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Summary
Short summary of the change and impact.

## Audit Status
- [ ] **Required** — Audit completed and artifacts attached
- [ ] **Not Required** — *Justification below (3–5 lines)*

### If Required
- Audit report link: <!-- link to PDF/report -->
- Scope: <!-- commit range / modules -->
- Key findings + fixes: <!-- bullet points -->

### If Not Required (Justification)
<!-- Why this change does not require audit: e.g., comment-only, docs, non-executable, refactor with no logic change, test-only, etc. Include risk reasoning. -->

## Deployment Intent
- [ ] No deploy
- [ ] Deploy new program
- [ ] **Upgrade** existing program
Loading