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 PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Summary
<what changed and why>

## Related issues
Closes:

## Testing
<how you validated behavior — automated tests or manual reproduction>

## Checklist
- [ ] PR is focused on a single concern
- [ ] Tests pass locally and in CI
- [ ] Docs updated for user-visible changes
- [ ] AI-assisted portions declared (see [CONTRIBUTING.md](https://github.com/RMI/.github/blob/main/CONTRIBUTING.md))
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This repository holds RMI's organization-wide GitHub community health defaults. Files here apply to every repository in the org that doesn't provide it's own.

## What Lives Here

- `PULL_REQUEST_TEMPLATE.md`: a default PR template, aligned with the process guidance in [`practices/process/pull_request.md`](https://github.com/RMI/practices/blob/main/process/pull_request.md).

## How This Repo Relates to `practices`

- `practices`[https://github.com/RMI/practices] is the source of truth for guidance: the "why" and "how" behind our engineering standards.
Expand Down