Skip to content

Latest commit

 

History

History
161 lines (119 loc) · 3.85 KB

File metadata and controls

161 lines (119 loc) · 3.85 KB
name Pull Request
about General changes, refactors, and maintenance
title PR: {short summary}
labels
status:needs-review

General Pull Request

This repository enforces changelog, release, and label automation for all PRs and issues.
See the organisation-wide Automation Governance & Release Strategy for contributor rules.

Linked issues

Closes #

Changelog

Added

Changed

Fixed

Removed


Risk Assessment

Risk Level:

Potential Impact:

Mitigation Steps:


How to Test

Prerequisites

Test Steps

  1. Step 1:
  2. Step 2:
  3. Step 3:

Expected Results

Edge Cases to Verify


Checklist (Global DoD / PR)

  • All AC met and demonstrated
  • Tests added/updated (unit/E2E as appropriate)
  • A11y considerations addressed where relevant
  • Docs/readme/changelog updated (if user-facing)
  • Security/perf impact reviewed where relevant
  • Code/design reviews approved
  • CI green; linked issues closed; release notes prepared (if shipping)
  • Risk assessment completed above
  • Testing instructions provided above

References