# Downstream Patches
> Generated by `forkctl`; edit the manifest, not this file.
Base: `{{ target_selector }}` (`{{ base_sha }}`)
{% for patch in patches %}| {{ loop.index }} | `{{ patch.name }}` | {{ patch.kind }} | {{ patch.purpose }} | {{ patch.upstream_status }} | {{ patch.drop_when }} |
{% endfor %}
## History
{% for event in history %}| {{ event.kind }} | `{{ event.patch }}` | `{{ event.commit }}` | `{{ event.target }}` (`{{ event.target_commit }}`) | {{ event.purpose }} |
{% else %}| None | — | — | — | — |
{% endfor %}