--- id: upr-YYYY-MM-DD--org--repo--slug type: upr target_org: target_repo: title: "Short description of the upstream PR" status: draft domain: custodian # change to your domain related_workstream: null state_hub_contribution_id: null created: "YYYY-MM-DD" updated: "YYYY-MM-DD" local_component_path: "relative/path/in/this/repo/component.js" target_upstream_file: "path/in/upstream/repo/component.js" upstream_pr_url: null --- # Upstream PR: ## Summary _What this PR adds or fixes in the upstream project._ ## Motivation _Why we want this upstream rather than keeping it as a local fork. What maintenance burden does upstreaming remove?_ ## Local Component **Path in this repo**: `` **Origin story**: _How/when this component was created locally._ ## Target Upstream Location **Repo**: `/` **File**: `` ## Draft PR Body ```markdown ## Summary _Fill in the PR summary for the upstream project here._ ## Motivation _Explain why the upstream project would benefit._ ## Changes - … ## Testing - [ ] Tests added - [ ] Existing tests pass ``` ## Notes _Any upstream discussion, review feedback, or open questions._